[all-commits] [llvm/llvm-project] 23800b: [mlir][linalg] Add loop interchange to CodegenStra...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Thu Oct 7 23:49:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23800b05be2be19451f6930ab7bd56aad4dab5e1
https://github.com/llvm/llvm-project/commit/23800b05be2be19451f6930ab7bd56aad4dab5e1
Author: Tobias Gysi <gysit at google.com>
Date: 2021-10-08 (Fri, 08 Oct 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Passes.h
M mlir/include/mlir/Dialect/Linalg/Passes.td
M mlir/include/mlir/Dialect/Linalg/Transforms/CodegenStrategy.h
M mlir/lib/Dialect/Linalg/Transforms/LinalgStrategyPasses.cpp
M mlir/test/Dialect/Linalg/codegen-strategy.mlir
M mlir/test/lib/Dialect/Linalg/TestLinalgCodegenStrategy.cpp
Log Message:
-----------
[mlir][linalg] Add loop interchange to CodegenStrategy.
Add a loop interchange pass and integrate it with CodegenStrategy.
This patch depends on https://reviews.llvm.org/D110728 and https://reviews.llvm.org/D110746.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D110748
More information about the All-commits
mailing list