Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ blasHandle
Function
blasHandle
src/backend/cuda/platform.cpp:522–522 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
520
PlanCache &fftManager() { return *(cufftManager(getActiveDeviceId()).get()); }
521
522
BlasHandle blasHandle() { return *cublasManager(getActiveDeviceId()); }
523
524
#ifdef WITH_CUDNN
525
cudnnHandle_t nnHandle() {
Callers
1
afcu_cublasSetMathMode
Function · 0.85
Calls
2
cublasManager
Function · 0.85
getActiveDeviceId
Function · 0.70
Tested by
no test coverage detected