[Mlir-commits] [mlir] [mlir][sparse] Implement parsing n out of m (PR #79935)

Yinying Li llvmlistbot at llvm.org
Tue Feb 6 10:14:07 PST 2024


yinying-lisa-li wrote:

> shall we also add some "verification" to the type, e.g. 0 < n < m at the very least? then we can also add an invalid.mlir test for this

Sounds good. I'll add it in verifyEncoding (SparseTensorDialect.cpp) with my next PR. The next PR will add more python test cases, python binding methods, and verification.

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


More information about the Mlir-commits mailing list