Home
last modified time | relevance | path

Searched refs:VulkanRuntimeManager (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A Dvulkan-runtime-wrappers.cpp29 class VulkanRuntimeManager { class
31 VulkanRuntimeManager() = default;
32 VulkanRuntimeManager(const VulkanRuntimeManager &) = delete;
33 VulkanRuntimeManager operator=(const VulkanRuntimeManager &) = delete;
34 ~VulkanRuntimeManager() = default;
89 reinterpret_cast<VulkanRuntimeManager *>(vkRuntimeManager) in bindMemRef()
96 return new VulkanRuntimeManager(); in initVulkan()
101 delete reinterpret_cast<VulkanRuntimeManager *>(vkRuntimeManager); in deinitVulkan()
110 reinterpret_cast<VulkanRuntimeManager *>(vkRuntimeManager) in setEntryPoint()
116 reinterpret_cast<VulkanRuntimeManager *>(vkRuntimeManager) in setNumWorkGroups()
[all …]