Files
clang-p2996/mlir/lib/Dialect/Linalg/Transforms/BufferizableOpInterfaceImpl.cpp
Matthias Springer 6699807fa7 [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.
2024-06-30 13:30:23 +02:00

8.2 KiB