[Mlir-commits] [mlir] [MLIR][Linalg] Fix LinalgSpecializeGenericOpsPass for scalar inputs (PR #208466)

Andrzej WarzyƄski llvmlistbot at llvm.org
Fri Jul 10 08:52:21 PDT 2026


================

----------------
banach-space wrote:

Could you try simplifying this test? For example:
* Make it require at most 2 indexing maps.
* Instead of `tensor.empty` (i.e. extra Op), pass `%0` as an input argument.
* Perhaps reduce to `linalg.generic` on scalars?

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


More information about the Mlir-commits mailing list