[PATCH] D153421: [mlir][Linalg] Implement the tiling interface for softmax

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 08:45:42 PDT 2023


qcolombet updated this revision to Diff 536274.
qcolombet added a comment.

- Add a tile and fuse test
- Remove deprecated use of `cast`
- Fix the way we generate the dimension (value vs. attribute)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153421/new/

https://reviews.llvm.org/D153421

Files:
  mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
  mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
  mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
  mlir/test/Dialect/Linalg/tile-softmax.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153421.536274.patch
Type: text/x-patch
Size: 17527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230630/983a037d/attachment.bin>


More information about the llvm-commits mailing list