[all-commits] [llvm/llvm-project] 669980: [mlir][linalg] Add bufferization for `linalg.softm...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Sun Jun 30 04:30:45 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6699807fa7397b1ba5c2c148d04d88afd3309226
https://github.com/llvm/llvm-project/commit/6699807fa7397b1ba5c2c148d04d88afd3309226
Author: Matthias Springer <me at m-sp.org>
Date: 2024-06-30 (Sun, 30 Jun 2024)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/BufferizableOpInterfaceImpl.cpp
M mlir/test/Dialect/Linalg/bufferize.mlir
Log Message:
-----------
[mlir][linalg] Add bufferization for `linalg.softmax` (#97019)
Implement the `BufferizableOpInterface` for `linalg.softmax`. The op is
not a `LinalgOp`, so it is not covered by the "catch all" `LinalgOp`
interface implementation.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list