| 65 | } |
| 66 | |
| 67 | CUresult CudaQueueLv2::DirectLaunch(std::shared_ptr<CudaKernelCommand> kernel, |
| 68 | CUcontext ctx, CUstream stream) |
| 69 | { |
| 70 | auto instrument_ctx = InstrumentContext::Instance(ctx); |
| 71 | return instrument_ctx->Launch(kernel, stream, kKernelLaunchOriginal); |
| 72 | } |