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

Method OnXQueueCreate

platforms/cuda/hal/src/level1/cuda_queue.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void CudaQueueLv1::OnXQueueCreate()
56{
57 CUDA_ASSERT(Driver::CtxSetCurrent(context_));
58}
59
60CUresult CudaQueueLv1::DirectLaunch(std::shared_ptr<CudaKernelCommand> kernel, CUstream stream)
61{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected