[all-commits] [llvm/llvm-project] b868a3: [mlir] fix SPIR-V CPU and Vulkan runners after e23...
ftynse via All-commits
all-commits at lists.llvm.org
Mon Mar 15 10:37:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b868a3edad9d453eae1c18ec8d9e1feee0cb8c9a
https://github.com/llvm/llvm-project/commit/b868a3edad9d453eae1c18ec8d9e1feee0cb8c9a
Author: Alex Zinenko <zinenko at google.com>
Date: 2021-03-15 (Mon, 15 Mar 2021)
Changed paths:
M mlir/test/mlir-spirv-cpu-runner/double.mlir
M mlir/test/mlir-spirv-cpu-runner/simple_add.mlir
M mlir/test/mlir-vulkan-runner/addf.mlir
M mlir/test/mlir-vulkan-runner/addi.mlir
M mlir/test/mlir-vulkan-runner/addi8.mlir
M mlir/test/mlir-vulkan-runner/mulf.mlir
M mlir/test/mlir-vulkan-runner/subf.mlir
M mlir/test/mlir-vulkan-runner/time.mlir
M mlir/tools/mlir-spirv-cpu-runner/CMakeLists.txt
M mlir/tools/mlir-spirv-cpu-runner/mlir-spirv-cpu-runner.cpp
M mlir/tools/mlir-vulkan-runner/CMakeLists.txt
M mlir/tools/mlir-vulkan-runner/mlir-vulkan-runner.cpp
Log Message:
-----------
[mlir] fix SPIR-V CPU and Vulkan runners after e2310704d890ad252aeb1ca28b4b84d29514b1d1
The commit in question changed the syntax but did not update the runner
tests. This also required registering the MemRef dialect for custom
parser to work correctly.
More information about the All-commits
mailing list