[all-commits] [llvm/llvm-project] 1150e8: [mlir::spirv] Support scf.if in mlir-vulkan-runner...
Xiang Li via All-commits
all-commits at lists.llvm.org
Wed Dec 27 07:32:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1150e8ef7765f43a730575bd224eda18e916ac1e
https://github.com/llvm/llvm-project/commit/1150e8ef7765f43a730575bd224eda18e916ac1e
Author: Xiang Li <python3kgae at outlook.com>
Date: 2023-12-27 (Wed, 27 Dec 2023)
Changed paths:
M mlir/lib/Conversion/GPUToSPIRV/GPUToSPIRVPass.cpp
A mlir/test/mlir-vulkan-runner/addf_if.mlir
M mlir/tools/mlir-vulkan-runner/mlir-vulkan-runner.cpp
Log Message:
-----------
[mlir::spirv] Support scf.if in mlir-vulkan-runner (#75367)
1. Register SCFDialect in mlir-vulkan-runner
2. Add SCFToSPIRV in GPUToSPIRVPass to lower scf.
Fixes https://github.com/llvm/llvm-project/issues/74939
More information about the All-commits
mailing list