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

Method OnXQueueCreate

platforms/corex/hal/src/level1/corex_queue.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void CorexQueueLv1::OnXQueueCreate()
56{
57 COREXRT_ASSERT(RtDriver::SetDevice(cudevice_));
58 COREX_ASSERT(Driver::CtxSetCurrent(context_));
59}
60
61EXPORT_C_FUNC XResult CorexQueueGet(HwQueueHandle *hwq, cudaStream_t stream)
62{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected