[all-commits] [llvm/llvm-project] 8e9808: [mlir][linalg] Tune hasTensorSemantics/hasBufferSe...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Wed Aug 25 12:45:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e9808ca3a2760f46655852b34d7c8ccc19edd8a
https://github.com/llvm/llvm-project/commit/8e9808ca3a2760f46655852b34d7c8ccc19edd8a
Author: Tobias Gysi <gysit at google.com>
Date: 2021-08-25 (Wed, 25 Aug 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
Log Message:
-----------
[mlir][linalg] Tune hasTensorSemantics/hasBufferSemantics methods.
Optimize performance by iterating all operands at once.
Reviewed By: benvanik
Differential Revision: https://reviews.llvm.org/D108716
More information about the All-commits
mailing list