Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.h129 LogicalResult getBestComputeQueue();
H A DVulkanRuntime.cpp278 if (failed(getBestComputeQueue())) in createDevice()
350 LogicalResult VulkanRuntime::getBestComputeQueue() { in getBestComputeQueue() function in VulkanRuntime