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

Method submitAndWait

source/backend/vulkan/component/VulkanCommandPool.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void VulkanCommandPool::submitAndWait(VkCommandBuffer buffer) const {
46 auto fence = submit(buffer);
47 fence->wait();
48}
49
50VulkanCommandPool::Buffer* VulkanCommandPool::allocBuffer() const {
51 return new Buffer(this);

Callers 9

copyBufferToImageMethod · 0.80
getPipelineTimeMethod · 0.80
VulkanDeconvolutionMethod · 0.80
getPipelineTimeMethod · 0.80
_initTargetMethod · 0.80
_prepareQuantBuffersGPUFunction · 0.80
_prepareStaticBuffersGPUFunction · 0.80
_prepareQuantBuffersGPUFunction · 0.80

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected