Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
void CudaGPU::DoExec(function<void(Context*)>&& fn, int executor) { fn(&ctx_); }
108
109
void CudaGPU::SyncBeforeCountingTime() {
110
// synchronization before counting time
Callers
nothing calls this directly
Calls
1
fn
Function · 0.85
Tested by
no test coverage detected