[all-commits] [llvm/llvm-project] 09d09f: [MLIR][Linalg] Avoid generalizing `linalg.map`
lorenzo chelini via All-commits
all-commits at lists.llvm.org
Mon Jun 26 02:56:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 09d09fc335ac8255d2c3c80048922ee5c68c06c3
https://github.com/llvm/llvm-project/commit/09d09fc335ac8255d2c3c80048922ee5c68c06c3
Author: Lorenzo Chelini <l.chelini at icloud.com>
Date: 2023-06-26 (Mon, 26 Jun 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Generalization.cpp
M mlir/test/Dialect/Linalg/generalize-named-ops.mlir
Log Message:
-----------
[MLIR][Linalg] Avoid generalizing `linalg.map`
We cannot trivially generalize `linalg.map`, as it does not use the
output as a region argument in the block, while `linalg.generic` expects
many region arguments as the input/output operands.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D153442
More information about the All-commits
mailing list