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

Method Launch

platforms/cuda/hal/src/level1/cuda_queue.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void CudaQueueLv1::Launch(std::shared_ptr<HwCommand> hw_cmd)
44{
45 auto cuda_cmd = std::dynamic_pointer_cast<CudaCommand>(hw_cmd);
46 XASSERT(cuda_cmd != nullptr, "hw_cmd is not a CudaCommand");
47 CUDA_ASSERT(cuda_cmd->LaunchWrapper(kStream));
48}
49
50void CudaQueueLv1::Synchronize()
51{

Callers

nothing calls this directly

Calls 1

LaunchWrapperMethod · 0.45

Tested by

no test coverage detected