forked from OSchip/llvm-project
[mlir][sparse] remove redundant whitespace
Reviewed By: Peiming Differential Revision: https://reviews.llvm.org/D128673
This commit is contained in:
parent
aab7e2fa05
commit
4db52450c1
|
@ -156,7 +156,6 @@ module {
|
|||
return %0 : tensor<?x?xf64, #DCSR>
|
||||
}
|
||||
|
||||
|
||||
// Dumps a sparse vector of type f64.
|
||||
func.func @dump_vec_f64(%arg0: tensor<?xf64, #SparseVector>) {
|
||||
// Dump the values array to verify only sparse contents are stored.
|
||||
|
@ -232,7 +231,6 @@ module {
|
|||
%2 = call @vector_magnify(%sv1)
|
||||
: (tensor<?xf64, #SparseVector>) -> tensor<?xf64, #SparseVector>
|
||||
|
||||
|
||||
// Call sparse matrix kernels.
|
||||
%3 = call @matrix_clip(%sm1)
|
||||
: (tensor<?x?xf64, #DCSR>) -> tensor<?x?xf64, #DCSR>
|
||||
|
|
Loading…
Reference in New Issue