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

Method CudaEventRecordCommand

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

Source from the content-addressed store, hash-verified

156}
157
158CudaEventRecordCommand::CudaEventRecordCommand(CUevent event)
159 : CudaCommand(preempt::kCommandPropertyIdempotent), event_(event)
160{
161 XASSERT(event_ != nullptr, "cuda event should not be nullptr");
162}
163
164CudaEventRecordCommand::~CudaEventRecordCommand()
165{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected