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

Method Launch

platforms/cuda/hal/src/common/cuda_command.cpp:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150CUresult CudaKernelLaunchExCommand::Launch(CUstream stream)
151{
152 cfg_.hStream = stream;
153 void **params = params_;
154 if (deep_copy_ && extra_ != nullptr) params = nullptr;
155 return Driver::LaunchKernelEx(&cfg_, kFunc, params, extra_);
156}
157
158CudaEventRecordCommand::CudaEventRecordCommand(CUevent event)
159 : CudaCommand(preempt::kCommandPropertyIdempotent), event_(event)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected