[all-commits] [llvm/llvm-project] 275a2b: [MLIR][Tensor] Perform shape inference via in-plac...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Wed Oct 9 00:42:41 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 275a2b05813b2f10f403375abd72d1843e4544c3
https://github.com/llvm/llvm-project/commit/275a2b05813b2f10f403375abd72d1843e4544c3
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2024-10-09 (Wed, 09 Oct 2024)
Changed paths:
M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
Log Message:
-----------
[MLIR][Tensor] Perform shape inference via in-place modification (NFC) (#111593)
This is more efficient to avoid a clone that is immediately removed.
Also guard the insertion of a cast on the result on whether the
destination type changed.
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