[all-commits] [llvm/llvm-project] d65885: [MLIR][Linalg] Bail out if the tiles provided are ...
lorenzo chelini via All-commits
all-commits at lists.llvm.org
Wed Sep 13 07:41:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d65885ae63da517eacbb4a3b25ca6443f0f812f8
https://github.com/llvm/llvm-project/commit/d65885ae63da517eacbb4a3b25ca6443f0f812f8
Author: lorenzo chelini <l.chelini at icloud.com>
Date: 2023-09-13 (Wed, 13 Sep 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/test/Dialect/Linalg/transform-op-tile.mlir
Log Message:
-----------
[MLIR][Linalg] Bail out if the tiles provided are more than the number (#66007)
Currently, the compiler crashes if the number of tiles provided exceeds
the number of loops.
More information about the All-commits
mailing list