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

Method EnableSynchronization

platforms/levelzero/hal/src/ze_command.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28bool ZeListExecuteCommand::EnableSynchronization()
29{
30 if (following_fence_ != nullptr) return true;
31 following_fence_ = (ze_fence_handle_t)fence_pool_->Pop();
32 return following_fence_ != nullptr;
33}
34
35ze_result_t ZeListExecuteCommand::Launch(ze_command_queue_handle_t cmdq)
36{

Callers 1

Calls 1

PopMethod · 0.45

Tested by

no test coverage detected