[Mlir-commits] [mlir] [mlir][Linalg] Allow PartialReductionOpInterface ops in tile_reduction_using_for (PR #120118)

Kunwar Grover llvmlistbot at llvm.org
Tue Dec 17 03:38:54 PST 2024


Groverkss wrote:

> Add a test maybe?

I don't really know what kind of additional test to add here. The only op that implements this interface upstream is LinalgOp. The fact that it still works and passes previous tests is a test in itself. 

But i can add a operation to test dialect which implements partial reduction op interface. Not sure if that's something we want though. What do you think?

https://github.com/llvm/llvm-project/pull/120118


More information about the Mlir-commits mailing list