Fix MLIR-PyTACO and some tests to use np.array_equal to compare integer
values.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D120526
[mlir][sparse][taco] Use np.array_equal to compare integer values. ClosedPublic Authored by bixia on Feb 24 2022, 4:31 PM.
Details Summary Fix MLIR-PyTACO and some tests to use np.array_equal to compare integer
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 24 2022, 5:32 PM This revision was landed with ongoing or failed builds.Feb 25 2022, 7:38 AM Closed by commit rGc601dfbcc213: [mlir][sparse][taco] Use np.array_equal to compare integer values. (authored by bixia). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 411417 mlir/test/Integration/Dialect/SparseTensor/taco/test_simple_tensor_algebra.py
mlir/test/Integration/Dialect/SparseTensor/taco/tools/mlir_pytaco.py
mlir/test/Integration/Dialect/SparseTensor/taco/unit_test_tensor_io.py
mlir/test/Integration/Dialect/SparseTensor/taco/unit_test_tensor_utils.py
|