[all-commits] [llvm/llvm-project] e3b93a: [mlir] Fix bug in pack and unpack op canonicalizat...
Max191 via All-commits
all-commits at lists.llvm.org
Wed Feb 28 14:39:33 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3b93a16201d96745a2c64523801a2b1eb43b4c0
https://github.com/llvm/llvm-project/commit/e3b93a16201d96745a2c64523801a2b1eb43b4c0
Author: Max191 <44243577+Max191 at users.noreply.github.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
M mlir/test/Dialect/Tensor/canonicalize.mlir
Log Message:
-----------
[mlir] Fix bug in pack and unpack op canonicalization for folding dynamic dims (#82539)
This PR fixes a bug in the inference of pack and unpack static shapes
that should be using an inverse permutation.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list