Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ gpu_sync
Function
gpu_sync
quest/src/gpu/gpu_config.cpp:420–428 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
418
419
420
void gpu_sync() {
421
#if COMPILE_CUDA
422
423
CUDA_CHECK( cudaDeviceSynchronize() );
424
425
#else
426
error_gpuSyncedButGpuNotCompiled();
427
#endif
428
}
429
430
431
Callers
11
copyArrayIfGpuCompiled
Function · 0.85
copyMatrixIfGpuCompiled
Function · 0.85
gpu_copyArray
Function · 0.85
gpu_getCacheOfSize
Function · 0.85
gpu_clearCache
Function · 0.85
syncQuESTEnv
Function · 0.85
exchangeGpuAmpsToGpuBuffers
Function · 0.85
exchangeGpuSubBuffers
Function · 0.85
asynchSendGpuSubBuffer
Function · 0.85
comm_combineAmpsIntoBuffer
Function · 0.85
comm_combineElemsIntoBuffer
Function · 0.85
Calls
1
error_gpuSyncedButGpuNotCompiled
Function · 0.85
Tested by
no test coverage detected