MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / getActiveStream

Function getActiveStream

src/backend/cuda/platform.cpp:408–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408cudaStream_t getActiveStream() { return getStream(getActiveDeviceId()); }
409
410cudaStream_t getQueueHandle(int device) { return getStream(device); }
411

Callers 15

initFunction · 0.85
syncFunction · 0.85
joinFunction · 0.85
copy_vector_fieldFunction · 0.85
reduce_by_key_dimFunction · 0.85
reduce_by_key_firstFunction · 0.85
evalNodesFunction · 0.85
checkAndMigrateFunction · 0.85
ArrayMethod · 0.85
writeHostDataArrayFunction · 0.85

Calls 2

getStreamFunction · 0.70
getActiveDeviceIdFunction · 0.70

Tested by

no test coverage detected