Skip to content

Commit

Permalink
Integrate remainder of llvm/llvm-project@2a1f1b5fde0a (openxla#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghpvnist authored Oct 9, 2023
1 parent 3478372 commit 78f57e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stablehlo/tests/print_stablehlo.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,11 @@ func.func @extensions(%arg0 : tensor<?x?xf32, #stablehlo.bounds<3, ?>>,
}

#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
Expand Down

0 comments on commit 78f57e3

Please sign in to comment.