Lines Matching refs:sparse
1 // RUN: mlir-opt %s --sparse-compiler | \
29 // Invert the structure of a sparse vector. Present values become missing.
159 // Dumps a sparse vector of type f64.
161 // Dump the values array to verify only sparse contents are stored.
174 // Dumps a sparse vector of type i32.
176 // Dump the values array to verify only sparse contents are stored.
189 // Dump a sparse matrix.
206 // Setup sparse vectors.
207 %v1 = arith.constant sparse<
213 // Setup sparse matrices.
214 %m1 = arith.constant sparse<
220 // Call sparse vector kernels.
228 // Call sparse matrix kernels.