Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XpuOS/xsched
/ OnXQueueCreate
Method
OnXQueueCreate
platforms/hip/hal/src/hip_queue.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void HipQueue::OnXQueueCreate()
45
{
46
HIP_ASSERT(Driver::CtxSetCurrent(context_));
47
}
48
49
void HipQueue::Launch(std::shared_ptr<preempt::HwCommand> hw_cmd)
50
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected