MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / initBlas

Function initBlas

src/backend/opencl/blas.cpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace opencl {
33
34void initBlas() { gpu_blas_init(); }
35
36void deInitBlas() { gpu_blas_deinit(); }
37

Callers 1

DeviceManagerMethod · 0.70

Calls 1

gpu_blas_initFunction · 0.85

Tested by

no test coverage detected