[all-commits] [llvm/llvm-project] efe603: [mlir][vulkan-runner] fix VK_ERROR_INCOMPATIBLE_DR...
Shenghang Tsai via All-commits
all-commits at lists.llvm.org
Wed Jun 22 16:41:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: efe603e70deca30fb891e8cf1f50a8af343ec1b2
https://github.com/llvm/llvm-project/commit/efe603e70deca30fb891e8cf1f50a8af343ec1b2
Author: jackalcooper <jackalcooper at gmail.com>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M mlir/tools/mlir-vulkan-runner/VulkanRuntime.cpp
Log Message:
-----------
[mlir][vulkan-runner] fix VK_ERROR_INCOMPATIBLE_DRIVER error
On macOS, Vulkan is emulated by MoltenVK. Some extra flags are
required for "building robust and portable Vulkan based
applications that are good citizens in the Vulkan ecosystem".
More information:
https://vulkan.lunarg.com/doc/sdk/1.3.216.0/mac/getting_started.html
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D128173
More information about the All-commits
mailing list