| 53 | } |
| 54 | |
| 55 | void CudaQueueLv1::OnXQueueCreate() |
| 56 | { |
| 57 | CUDA_ASSERT(Driver::CtxSetCurrent(context_)); |
| 58 | } |
| 59 | |
| 60 | CUresult CudaQueueLv1::DirectLaunch(std::shared_ptr<CudaKernelCommand> kernel, CUstream stream) |
| 61 | { |
nothing calls this directly
no outgoing calls
no test coverage detected