[mlir][sparse][pytaco] test cleanupremoved obsoleted TODOremoved strange Fp precision for coordinateslined up meta data testing code for readabilityReviewed By: bixiaDifferential Revision: ht
[mlir][sparse][pytaco] test cleanupremoved obsoleted TODOremoved strange Fp precision for coordinateslined up meta data testing code for readabilityReviewed By: bixiaDifferential Revision: https://reviews.llvm.org/D119377
show more ...
[mlir][taco] Use sparse_tensor.out to write sparse tensors to files.Add a Python method, output_sparse_tensor, to use sparse_tensor.out to writea sparse tensor value to a file.Modify the method
[mlir][taco] Use sparse_tensor.out to write sparse tensors to files.Add a Python method, output_sparse_tensor, to use sparse_tensor.out to writea sparse tensor value to a file.Modify the method that evaluates a tensor expression to return a pointer of theMLIR sparse tensor for the result to delay the extraction of the coordinates andnon-zero values.Implement the Tensor to_file method to evaluate the tensor assignment and writethe result to a file.Add unit tests. Modify test golden files to reflect the change that TNS outputsnow have a comment line and two meta data lines.Reviewed By: aartbikDifferential Revision: https://reviews.llvm.org/D118956
[mlir][taco] Uses sparse_tensor.new to read tensor input data from files.Replace the Python implementation for reading tensor input data from files withcreate_sparse_tensor that uses sparse_tensor
[mlir][taco] Uses sparse_tensor.new to read tensor input data from files.Replace the Python implementation for reading tensor input data from files withcreate_sparse_tensor that uses sparse_tensor.new.The MLIR TNS format has two extra meta data lines. Add the extra meta data to atest data file.Implement TACO tensor methods evaluate and unpack.Add unit tests.Reviewed By: aartbikDifferential Revision: https://reviews.llvm.org/D118803
[mlir][sparse][pytaco] add PyTACO SpMM exampleAlso contains a few TODOs on future enhancementsReviewed By: bixiaDifferential Revision: https://reviews.llvm.org/D118418
Upstream MLIR PyTACO implementation.Add TACO tests to test/Integration/Dialect/SparseTensor/taco. Add the MLIRPyTACO implementation as tools under the directory.Reviewed By: aartbik, mehdi_amini
Upstream MLIR PyTACO implementation.Add TACO tests to test/Integration/Dialect/SparseTensor/taco. Add the MLIRPyTACO implementation as tools under the directory.Reviewed By: aartbik, mehdi_aminiDifferential Revision: https://reviews.llvm.org/D117260
Revert "Upstream MLIR PyTACO implementation."This reverts commit 778a264da9eba0c8523cdc10a10822fd3e458dd3.This broke the bot: tests are failing at the moment.
Upstream MLIR PyTACO implementation.Add TACO tests to test/Integration/Dialect/SparseTensor/taco. Add the MLIRPyTACO implementation as tools under the directory.Reviewed By: aartbikDifferentia
Upstream MLIR PyTACO implementation.Add TACO tests to test/Integration/Dialect/SparseTensor/taco. Add the MLIRPyTACO implementation as tools under the directory.Reviewed By: aartbikDifferential Revision: https://reviews.llvm.org/D117126