MCPcopy Create free account
hub / github.com/XpuOS/xsched / DirectLaunch

Method DirectLaunch

platforms/cuda/hal/src/level2/cuda_queue.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67CUresult 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}

Callers

nothing calls this directly

Calls 1

LaunchMethod · 0.45

Tested by

no test coverage detected