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

Method HipEventRecordCommand

platforms/hip/hal/src/hip_command.cpp:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162HipEventRecordCommand::HipEventRecordCommand(hipEvent_t event)
163 : event_(event)
164{
165 XASSERT(event_ != nullptr, "hip event should not be nullptr");
166}
167
168HipEventRecordCommand::~HipEventRecordCommand()
169{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected