[all-commits] [llvm/llvm-project] 53d698: Reorder mmt4d r.h.s operand layout
Ahmed S. Taei via All-commits
all-commits at lists.llvm.org
Tue Aug 3 10:22:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53d6988171aed2c71d920b940264774f73248ca1
https://github.com/llvm/llvm-project/commit/53d6988171aed2c71d920b940264774f73248ca1
Author: Ahmed Taei <ataei at google.com>
Date: 2021-08-03 (Tue, 03 Aug 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
M mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py
Log Message:
-----------
Reorder mmt4d r.h.s operand layout
Switch r.h.s operand layout (n1, k1, n0, k0) -> (n1, k1, k0, n0)
which is more consistant with scalar-vector products vectorization
and elementates operand transpose.
Reviewed By: rsuderman
Differential Revision: https://reviews.llvm.org/D107307
More information about the All-commits
mailing list