[all-commits] [llvm/llvm-project] bcf3d5: [MLIR][GPU] Expose GpuParallelLoopMapping as non-t...
Christian Sigg via All-commits
all-commits at lists.llvm.org
Mon May 30 00:21:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bcf3d5248678db3bc12eda9fbc212ab2c4fbcc0f
https://github.com/llvm/llvm-project/commit/bcf3d5248678db3bc12eda9fbc212ab2c4fbcc0f
Author: Christian Sigg <csigg at google.com>
Date: 2022-05-30 (Mon, 30 May 2022)
Changed paths:
M mlir/include/mlir/Dialect/GPU/ParallelLoopMapper.h
M mlir/include/mlir/Dialect/GPU/Passes.h
M mlir/include/mlir/Dialect/GPU/Passes.td
M mlir/lib/Dialect/GPU/Transforms/ParallelLoopMapper.cpp
M mlir/test/Dialect/GPU/mapping.mlir
M mlir/test/lib/Dialect/GPU/CMakeLists.txt
R mlir/test/lib/Dialect/GPU/TestGpuParallelLoopMapping.cpp
M mlir/tools/mlir-opt/mlir-opt.cpp
Log Message:
-----------
[MLIR][GPU] Expose GpuParallelLoopMapping as non-test pass.
Reviewed By: bondhugula, herhut
Differential Revision: https://reviews.llvm.org/D126199
More information about the All-commits
mailing list