[all-commits] [llvm/llvm-project] 09d512: [mlir][linalg] Add bufferization for `linalg.softmax`
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Jun 28 00:55:37 PDT 2024
Branch: refs/heads/users/matthias-springer/linalg_softmax_bufferize
Home: https://github.com/llvm/llvm-project
Commit: 09d512645c522900a48952c31ba5d80848443d53
https://github.com/llvm/llvm-project/commit/09d512645c522900a48952c31ba5d80848443d53
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2024-06-28 (Fri, 28 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`
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