[all-commits] [llvm/llvm-project] 5f2843: [MLIR] Parallelize affine.for op to 1-D affine.par...
yashjain1129 via All-commits
all-commits at lists.llvm.org
Sat Jul 4 06:41:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5f2843857feee6fbf755c12c21698a4987eda5d1
https://github.com/llvm/llvm-project/commit/5f2843857feee6fbf755c12c21698a4987eda5d1
Author: Yash Jain <yash.jain at polymagelabs.com>
Date: 2020-07-04 (Sat, 04 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.
Differential Revision: https://reviews.llvm.org/D82672
More information about the All-commits
mailing list