[all-commits] [llvm/llvm-project] 896ee3: [mlir][spirv] Add mlir-vulkan-runner
Denis Khalikov via All-commits
all-commits at lists.llvm.org
Wed Feb 19 08:37:46 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 896ee361a641bf9529bb9103a3a018b1c28dc21d
https://github.com/llvm/llvm-project/commit/896ee361a641bf9529bb9103a3a018b1c28dc21d
Author: Denis Khalikov <khalikov.denis at huawei.com>
Date: 2020-02-19 (Wed, 19 Feb 2020)
Changed paths:
M mlir/CMakeLists.txt
M mlir/lib/Conversion/GPUToVulkan/ConvertLaunchFuncToVulkanCalls.cpp
M mlir/test/CMakeLists.txt
M mlir/test/lit.cfg.py
M mlir/test/lit.site.cfg.py.in
A mlir/test/mlir-vulkan-runner/addf.mlir
A mlir/test/mlir-vulkan-runner/lit.local.cfg
M mlir/tools/CMakeLists.txt
A mlir/tools/mlir-vulkan-runner/CMakeLists.txt
A mlir/tools/mlir-vulkan-runner/VulkanRuntime.cpp
A mlir/tools/mlir-vulkan-runner/VulkanRuntime.h
A mlir/tools/mlir-vulkan-runner/mlir-vulkan-runner.cpp
A mlir/tools/mlir-vulkan-runner/vulkan-runtime-wrappers.cpp
Log Message:
-----------
[mlir][spirv] Add mlir-vulkan-runner
Add an initial version of mlir-vulkan-runner execution driver.
A command line utility that executes a MLIR file on the Vulkan by
translating MLIR GPU module to SPIR-V and host part to LLVM IR before
JIT-compiling and executing the latter.
Differential Revision: https://reviews.llvm.org/D72696
More information about the All-commits
mailing list