| 1029 | } |
| 1030 | |
| 1031 | void GPUContext::CusparseCall( |
| 1032 | const std::function<void(sparseHandle_t)>& callback) const { |
| 1033 | impl_->CusparseCall(callback); |
| 1034 | } |
| 1035 | |
| 1036 | void GPUContext::RecordEvent(gpuEvent_t ev, |
| 1037 | const std::function<void()>& callback) const { |
no outgoing calls
no test coverage detected