MCPcopy Create free account
hub / github.com/NVIDIA/DALI / commit

Method commit

dali/operators/reader/gds_mem.cc:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272void GDSStagingEngine::commit() {
273 std::lock_guard g(lock_);
274 commit_no_lock();
275}
276
277void GDSStagingEngine::commit_no_lock() {
278 copy_engine_.Run(stream_, true, kernels::ScatterGatherGPU::Method::Default,

Callers 1

PrefetchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected