| 1024 | } |
| 1025 | |
| 1026 | void GPUContext::CublasCall( |
| 1027 | const std::function<void(blasHandle_t)>& callback) const { |
| 1028 | impl_->CublasCall(callback); |
| 1029 | } |
| 1030 | |
| 1031 | void GPUContext::TensorCoreCublasCallIfAvailable( |
| 1032 | const std::function<void(blasHandle_t)>& callback) const { |
no outgoing calls
no test coverage detected