[NFC] Remove obsolete all_passes_registration from integration tests.After https://reviews.llvm.org/D128593 this is not needed (and not available). Was missed in original landing because integratio
[NFC] Remove obsolete all_passes_registration from integration tests.After https://reviews.llvm.org/D128593 this is not needed (and not available). Was missed in original landing because integration tests do not run on pre-merge.
show more ...
[mlir][sparse] refactored python setup of sparse compilerReviewed By: bixiaDifferential Revision: https://reviews.llvm.org/D123419
[mlir][sparse] refactor sparse compiler pipeline to single placeReviewed By: bixiaDifferential Revision: https://reviews.llvm.org/D120347
[mlir][sparse] provide more types for external to/from MLIR routinesThese routines will need to be specialized a lot more based on value types,index types, pointer types, and permutation/dimension
[mlir][sparse] provide more types for external to/from MLIR routinesThese routines will need to be specialized a lot more based on value types,index types, pointer types, and permutation/dimension ordering. This is acareful first step, providing some functionality needed in PyTACO bridge.Reviewed By: bixiaDifferential Revision: https://reviews.llvm.org/D120154
[NFC] Correct typo `interger` to `integer`
Support sparse tensor output.Add convertFromMLIRSparseTensor to the supporting C shared library to convertSparseTensorStorage to COO-flavor format.Add Python routine sparse_tensor_to_coo_tensor
Support sparse tensor output.Add convertFromMLIRSparseTensor to the supporting C shared library to convertSparseTensorStorage to COO-flavor format.Add Python routine sparse_tensor_to_coo_tensor to convert sparse tensor storagepointer to numpy values for COO-flavor format tensor.Add a Python test for sparse tensor output.Reviewed By: aartbikDifferential Revision: https://reviews.llvm.org/D115557