| 589 | } |
| 590 | |
| 591 | af_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 | |
| 599 | namespace af { |
| 600 | template<> |
nothing calls this directly
no test coverage detected