[all-commits] [llvm/llvm-project] 102828: [MLIR] Parallelize affine.for op to 1-D affine.par...
yashjain1129 via All-commits
all-commits at lists.llvm.org
Sat Jul 11 09:06:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 102828249c8ec9ab43ee84f496274f2853ed899c
https://github.com/llvm/llvm-project/commit/102828249c8ec9ab43ee84f496274f2853ed899c
Author: Yash Jain <yash.jain at polymagelabs.com>
Date: 2020-07-11 (Sat, 11 Jul 2020)
Changed paths:
M mlir/include/mlir/Dialect/Affine/Passes.h
M mlir/include/mlir/Dialect/Affine/Passes.td
M mlir/include/mlir/Dialect/Affine/Utils.h
A mlir/lib/Dialect/Affine/Transforms/AffineParallelize.cpp
M mlir/lib/Dialect/Affine/Transforms/CMakeLists.txt
M mlir/lib/Dialect/Affine/Utils/Utils.cpp
R mlir/test/Dialect/Affine/parallelism-detection.mlir
A mlir/test/Dialect/Affine/parallelize.mlir
M mlir/test/lib/Dialect/Affine/CMakeLists.txt
R mlir/test/lib/Dialect/Affine/TestParallelismDetection.cpp
M mlir/tools/mlir-opt/mlir-opt.cpp
Log Message:
-----------
[MLIR] Parallelize affine.for op to 1-D affine.parallel op
Introduce pass to convert parallel affine.for op into 1-D affine.parallel op.
Run using --affine-parallelize. Removes test-detect-parallel: pass for checking
parallel affine.for ops.
Signed-off-by: Yash Jain <yash.jain at polymagelabs.com>
Differential Revision: https://reviews.llvm.org/D83193
More information about the All-commits
mailing list