diff --git a/stablehlo/tests/print_stablehlo.mlir b/stablehlo/tests/print_stablehlo.mlir index b2f54b0443b..a49ce86b16b 100644 --- a/stablehlo/tests/print_stablehlo.mlir +++ b/stablehlo/tests/print_stablehlo.mlir @@ -292,11 +292,11 @@ func.func @extensions(%arg0 : tensor>, } #CSR = #sparse_tensor.encoding<{ - lvlTypes = ["dense", "compressed"] + map = (d0, d1) -> (d0 : dense, d1 : compressed) }> #DCSR = #sparse_tensor.encoding<{ - lvlTypes = ["compressed", "compressed"] + map = (d0, d1) -> (d0 : compressed, d1 : compressed) }> // CHECK-LABEL: func @encodings