[all-commits] [llvm/llvm-project] 273600: [mlir][Linalg] Implement the tiling interface for ...
qcolombet via All-commits
all-commits at lists.llvm.org
Mon Jul 3 01:49:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 273600ccea914b1178df70dfbe8aa28d4ddea835
https://github.com/llvm/llvm-project/commit/273600ccea914b1178df70dfbe8aa28d4ddea835
Author: Quentin Colombet <quentin.colombet at gmail.com>
Date: 2023-07-03 (Mon, 03 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
A mlir/test/Dialect/Linalg/tile-softmax.mlir
Log Message:
-----------
[mlir][Linalg] Implement the tiling interface for softmax
Original implementation from Harsh Menon <harsh at nod-labs.com>.
Differential Revision: https://reviews.llvm.org/D153421
More information about the All-commits
mailing list