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

Function getQueueHandle

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

Source from the content-addressed store, hash-verified

408cudaStream_t getActiveStream() { return getStream(getActiveDeviceId()); }
409
410cudaStream_t getQueueHandle(int device) { return getStream(device); }
411
412size_t getDeviceMemorySize(int device) {
413 return getDeviceProp(device).totalGlobalMem;

Callers

nothing calls this directly

Calls 1

getStreamFunction · 0.70

Tested by

no test coverage detected