[Mlir-commits] [mlir] [mlir][linalg] Add Linalg::generateScalarImplementation (PR #128816)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Feb 26 01:17:11 PST 2025
https://github.com/banach-space commented:
I don't quite follow the context here and the bigger picture.
> Add generateScalarImplementation so that linalg.pack/unpack ops on memrefs can be lowered to scalar codes.
With no documentation and tests, `generateScalarImplementation` feels like some arbitrary ad-hoc hook.
If this some initial step to make `linalg.pack` and `linalg.unpack` support MemRef, then could we start with a higher-level GitHub issue (or Discourse thread) outlining the high level steps?
Thanks!
https://github.com/llvm/llvm-project/pull/128816
More information about the Mlir-commits
mailing list