Preserve destination passing style (DPS) when decomposing
linalg.Softmax; instead of creating a new empty, which may materialize
as a new buffer after bufferization, use the result directly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo