Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.h128 LogicalResult createDevice();
H A DVulkanRuntime.cpp164 if (failed(createInstance()) || failed(createDevice()) || in run()
261 LogicalResult VulkanRuntime::createDevice() { in createDevice() function in VulkanRuntime