MCPcopy Create free account
hub / github.com/apache/singa / DoExec

Method DoExec

src/core/device/cuda_gpu.cc:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void CudaGPU::DoExec(function<void(Context*)>&& fn, int executor) { fn(&ctx_); }
108
109void CudaGPU::SyncBeforeCountingTime() {
110 // synchronization before counting time

Callers

nothing calls this directly

Calls 1

fnFunction · 0.85

Tested by

no test coverage detected