MCPcopy Create free account
hub / github.com/alibaba/MNN / wait

Method wait

source/backend/vulkan/component/VulkanFence.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33VkResult VulkanFence::wait() const {
34 return rawWait();
35}
36VkResult VulkanFence::reset() const {
37 return mDevice.resetFence(mFence);
38}

Callers 4

_finishMethod · 0.45
submitAndWaitMethod · 0.45
_finishMethod · 0.45
VulkanFuseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected