Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
408
cudaStream_t getActiveStream() { return getStream(getActiveDeviceId()); }
409
410
cudaStream_t getQueueHandle(int device) { return getStream(device); }
411
Callers
15
init
Function · 0.85
sync
Function · 0.85
join
Function · 0.85
copy_vector_field
Function · 0.85
reduce_by_key_dim
Function · 0.85
reduce_by_key_first
Function · 0.85
ThrustArrayFirePolicy>
Method · 0.85
cudaError_t synchronize_stream
Function · 0.85
evalNodes
Function · 0.85
checkAndMigrate
Function · 0.85
Array
Method · 0.85
writeHostDataArray
Function · 0.85
Calls
2
getStream
Function · 0.70
getActiveDeviceId
Function · 0.70
Tested by
no test coverage detected