[Mlir-commits] [mlir] [mlir][linalg] Morphism across linalg named, category and generic ops. (PR #148424)
Renato Golin
llvmlistbot at llvm.org
Wed Jul 23 07:39:02 PDT 2025
https://github.com/rengolin commented:
My key feedback is to not add `TODO` in code while the docs say something is supported when it doesn't even error out. Users will be very confused.
You could add some more tests. For instance, making sure that named ops are not created when the generic/category ops have non-default affine maps.
https://github.com/llvm/llvm-project/pull/148424
More information about the Mlir-commits
mailing list