[Mlir-commits] [mlir] [mlir][sparse] Migrate more tests to new syntax (PR #66309)

Aart Bik llvmlistbot at llvm.org
Wed Sep 13 18:40:00 PDT 2023


================
@@ -31,8 +31,7 @@
 }>
 
 #CSC = #sparse_tensor.encoding<{
-  lvlTypes = [ "dense", "compressed" ],
-  dimToLvl = affine_map<(i, j) -> (j, i)>
+  map = (d0, d1) -> (d1 : dense, d0 : compressed)
----------------
aartbik wrote:

And this is where it gets interesting ;-)
Neat!

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


More information about the Mlir-commits mailing list