[all-commits] [llvm/llvm-project] c601df: [mlir][sparse][taco] Use np.array_equal to compare...

Bixia Zheng via All-commits all-commits at lists.llvm.org
Fri Feb 25 07:38:31 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c601dfbcc21386adc395016c28f339ecb29a56a2
      https://github.com/llvm/llvm-project/commit/c601dfbcc21386adc395016c28f339ecb29a56a2
  Author: Bixia Zheng <bixia at google.com>
  Date:   2022-02-25 (Fri, 25 Feb 2022)

  Changed paths:
    M mlir/test/Integration/Dialect/SparseTensor/taco/test_simple_tensor_algebra.py
    M mlir/test/Integration/Dialect/SparseTensor/taco/tools/mlir_pytaco.py
    M mlir/test/Integration/Dialect/SparseTensor/taco/unit_test_tensor_io.py
    M mlir/test/Integration/Dialect/SparseTensor/taco/unit_test_tensor_utils.py

  Log Message:
  -----------
  [mlir][sparse][taco] Use np.array_equal to compare integer values.

Fix MLIR-PyTACO and some tests to use np.array_equal to compare integer
values.

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D120526




More information about the All-commits mailing list