Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
VkResult VulkanFence::wait() const {
34
return rawWait();
35
}
36
VkResult VulkanFence::reset() const {
37
return mDevice.resetFence(mFence);
38
}
Callers
4
_finish
Method · 0.45
submitAndWait
Method · 0.45
_finish
Method · 0.45
VulkanFuse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected