[all-commits] [llvm/llvm-project] 5b7bd8: Revert "Reorder linalg.conv indexing_maps loop order"
Lei Zhang via All-commits
all-commits at lists.llvm.org
Thu Nov 19 10:16:36 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5b7bd89b3597c0175f99db1bbf9062ccbea85883
https://github.com/llvm/llvm-project/commit/5b7bd89b3597c0175f99db1bbf9062ccbea85883
Author: Lei Zhang <antiagainst at google.com>
Date: 2020-11-19 (Thu, 19 Nov 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
M mlir/test/Dialect/Linalg/affine.mlir
M mlir/test/Dialect/Linalg/generalize-named-ops.mlir
M mlir/test/Dialect/Linalg/loops.mlir
M mlir/test/Dialect/Linalg/tile-conv.mlir
Log Message:
-----------
Revert "Reorder linalg.conv indexing_maps loop order"
This reverts commit 9b47525824df9be5ae23c39e7ce0d220d12f85e5
and falls back to the original parallel-iterators-as-leading-
dimensions convention. We can control the loop order by first
converting the named op into linalg.generic and then performing
interchange.
Reviewed By: nicolasvasilache, asaadaldien
Differential Revision: https://reviews.llvm.org/D91796
More information about the All-commits
mailing list