[all-commits] [llvm/llvm-project] 98d6ab: [mlir][Linalg] Refactor isaContractionOpInterface ...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Wed Jun 28 03:19:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98d6ab9d6a4918e3887334672716278a1b632c12
https://github.com/llvm/llvm-project/commit/98d6ab9d6a4918e3887334672716278a1b632c12
Author: Nicolas Vasilache <nicolasvasilache at users.noreply.github.com>
Date: 2023-06-28 (Wed, 28 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.h
M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
M mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
M mlir/lib/Dialect/Transform/IR/TransformTypes.cpp
M mlir/test/Dialect/Linalg/transform-pack-greedily.mlir
Log Message:
-----------
[mlir][Linalg] Refactor isaContractionOpInterface and surrounding utils
This is almost NFC except for the fact that:
- when multiple candidates are available we now return them in sorted order vs undetermined order previously
- the type of the transform return is relaxed an a test is added for the case where the transform does not apply
Differential Revision: https://reviews.llvm.org/D153941
More information about the All-commits
mailing list