Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ deInitBlas
Function
deInitBlas
src/backend/opencl/blas.cpp:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
void initBlas() { gpu_blas_init(); }
35
36
void deInitBlas() { gpu_blas_deinit(); }
37
38
// Converts an af_mat_prop options to a transpose type for one of the OpenCL
39
// BLAS back-ends
Callers
1
~DeviceManager
Method · 0.70
Calls
1
gpu_blas_deinit
Function · 0.85
Tested by
no test coverage detected