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

Method Deactivate

platforms/cuda/hal/src/level2/cuda_queue.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void CudaQueueLv2::Deactivate()
24{
25 XASSERT(level_ >= kPreemptLevelDeactivate, "Deactivate() not supported on level-%d", level_);
26 instrument_manager_->Deactivate();
27}
28
29void CudaQueueLv2::Reactivate(const preempt::CommandLog &log)
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected