| 156 | } |
| 157 | |
| 158 | CudaEventRecordCommand::CudaEventRecordCommand(CUevent event) |
| 159 | : CudaCommand(preempt::kCommandPropertyIdempotent), event_(event) |
| 160 | { |
| 161 | XASSERT(event_ != nullptr, "cuda event should not be nullptr"); |
| 162 | } |
| 163 | |
| 164 | CudaEventRecordCommand::~CudaEventRecordCommand() |
| 165 | { |
nothing calls this directly
no outgoing calls
no test coverage detected