MCPcopy 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

520PlanCache &fftManager() { return *(cufftManager(getActiveDeviceId()).get()); }
521
522BlasHandle blasHandle() { return *cublasManager(getActiveDeviceId()); }
523
524#ifdef WITH_CUDNN
525cudnnHandle_t nnHandle() {

Callers 1

afcu_cublasSetMathModeFunction · 0.85

Calls 2

cublasManagerFunction · 0.85
getActiveDeviceIdFunction · 0.70

Tested by

no test coverage detected