Files
clang-p2996/mlir/lib/Dialect/Linalg/Transforms/DropUnitDims.cpp
Andrzej Warzyński f59b0c7603 [mlir][linalg][nfc] Delete references to args_in/args_out (#111517)
After the refactor in:
  * ed229132f1,

the `args_in` and `args_out` attributes are no longer used by
`linalg.generic`. This patch removes most the remaining references.
I've left out BufferDeallocationInternals.md, which doesn't seem
maintained anymore and is quite out of sync with other bits of MLIR
(e.g. `test.generic` instead of `linalg.generic`).
2024-10-10 15:45:52 +01:00

44 KiB