[PATCH] D153422: [mlir][Linalg] Add a softmax op
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 03:29:52 PDT 2023
qcolombet updated this revision to Diff 535702.
qcolombet added a comment.
- Remove redundant wrapper input()/output()
- Update stall comment
- Get rid of temporary variable op, emitOpError can be called directly
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153422/new/
https://reviews.llvm.org/D153422
Files:
mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
mlir/test/Dialect/Linalg/invalid.mlir
mlir/test/Dialect/Linalg/roundtrip.mlir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153422.535702.patch
Type: text/x-patch
Size: 6010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230629/4c8133ec/attachment.bin>
More information about the llvm-commits
mailing list