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

Function afcu_cublasSetMathMode

src/backend/cuda/platform.cpp:591–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589}
590
591af_err afcu_cublasSetMathMode(cublasMath_t mode) {
592 try {
593 CUBLAS_CHECK(cublasSetMathMode(arrayfire::cuda::blasHandle(), mode));
594 }
595 CATCHALL;
596 return AF_SUCCESS;
597}
598
599namespace af {
600template<>

Callers

nothing calls this directly

Calls 1

blasHandleFunction · 0.85

Tested by

no test coverage detected