forked from OSchip/llvm-project
[mlir][sparse] fix typo in CHECK test
Thanks Peiming for reporting! Reviewed By: Peiming Differential Revision: https://reviews.llvm.org/D128308
This commit is contained in:
parent
e7d3ba1066
commit
9e6261edc0
|
@ -74,8 +74,8 @@ module {
|
|||
//
|
||||
// Verify the results.
|
||||
//
|
||||
// CHECK: ( ( 2, 0, 4, 1 ), ( 0, 2.5, 0, 0 ), ( -1, -5, 2, 4 ), ( 1, 4, 0, 0 ) )
|
||||
// CHECK-NEXST: ( 2, 4, 1, 2.5, -1, -5, 2, 4, 1, 4, -1, -1, -1, -1, -1, -1 )
|
||||
// CHECK: ( ( 2, 0, 4, 1 ), ( 0, 2.5, 0, 0 ), ( -1, -5, 2, 4 ), ( 1, 4, 0, 0 ) )
|
||||
// CHECK-NEXT: ( 2, 4, 1, 2.5, -1, -5, 2, 4, 1, 4, -1, -1, -1, -1, -1, -1 )
|
||||
//
|
||||
%c = sparse_tensor.convert %0 : tensor<4x4xf64, #SparseMatrix> to tensor<4x4xf64>
|
||||
%m = bufferization.to_memref %c : memref<4x4xf64>
|
||||
|
|
Loading…
Reference in New Issue