MCPcopy 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

34void initBlas() { gpu_blas_init(); }
35
36void 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

~DeviceManagerMethod · 0.70

Calls 1

gpu_blas_deinitFunction · 0.85

Tested by

no test coverage detected