MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / CopyDirection

Enum CopyDirection

quest/src/gpu/gpu_config.cpp:488–491  ·  view source on GitHub ↗

flags to make the memory transfer direction visually distinct

Source from the content-addressed store, hash-verified

486
487// flags to make the memory transfer direction visually distinct
488enum CopyDirection {
489 TO_HOST,
490 TO_DEVICE
491};
492
493
494void copyArrayIfGpuCompiled(qcomp* cpuArr, qcomp* gpuArr, qindex numElems, enum CopyDirection direction) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected