[all-commits] [llvm/llvm-project] 0f65df: [mlir][sparse] remove the MLIR PyTACO tests (#66302)

Aart Bik via All-commits all-commits at lists.llvm.org
Wed Sep 13 15:55:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0f65df732ca2b124f473179eda801abf4496a350
      https://github.com/llvm/llvm-project/commit/0f65df732ca2b124f473179eda801abf4496a350
  Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
  Date:   2023-09-13 (Wed, 13 Sep 2023)

  Changed paths:
    R mlir/test/Integration/Dialect/SparseTensor/taco/README.md
    R mlir/test/Integration/Dialect/SparseTensor/taco/data/A.mtx
    R mlir/test/Integration/Dialect/SparseTensor/taco/data/B.mtx
    R mlir/test/Integration/Dialect/SparseTensor/taco/data/gold_A.tns
    R mlir/test/Integration/Dialect/SparseTensor/taco/data/gold_C.tns
    R mlir/test/Integration/Dialect/SparseTensor/taco/data/gold_y.tns
    R mlir/test/Integration/Dialect/SparseTensor/taco/data/nell-2.tns
    R mlir/test/Integration/Dialect/SparseTensor/taco/data/pwtk.mtx
    R mlir/test/Integration/Dialect/SparseTensor/taco/lit.local.cfg
    R mlir/test/Integration/Dialect/SparseTensor/taco/test_MTTKRP.py
    R mlir/test/Integration/Dialect/SparseTensor/taco/test_SDDMM.py
    R mlir/test/Integration/Dialect/SparseTensor/taco/test_SpMM.py
    R mlir/test/Integration/Dialect/SparseTensor/taco/test_SpMV.py
    R mlir/test/Integration/Dialect/SparseTensor/taco/test_Tensor.py
    R mlir/test/Integration/Dialect/SparseTensor/taco/test_scalar_tensor_algebra.py
    R mlir/test/Integration/Dialect/SparseTensor/taco/test_simple_tensor_algebra.py
    R mlir/test/Integration/Dialect/SparseTensor/taco/test_tensor_complex.py
    R mlir/test/Integration/Dialect/SparseTensor/taco/test_tensor_types.py
    R mlir/test/Integration/Dialect/SparseTensor/taco/test_tensor_unary_ops.py
    R mlir/test/Integration/Dialect/SparseTensor/taco/test_true_dense_tensor_algebra.py
    R mlir/test/Integration/Dialect/SparseTensor/taco/tools/lit.local.cfg
    R mlir/test/Integration/Dialect/SparseTensor/taco/tools/mlir_pytaco.py
    R mlir/test/Integration/Dialect/SparseTensor/taco/tools/mlir_pytaco_api.py
    R mlir/test/Integration/Dialect/SparseTensor/taco/tools/mlir_pytaco_io.py
    R mlir/test/Integration/Dialect/SparseTensor/taco/tools/mlir_pytaco_utils.py
    R mlir/test/Integration/Dialect/SparseTensor/taco/tools/mlir_sparse_compiler.py
    R mlir/test/Integration/Dialect/SparseTensor/taco/tools/testing_utils.py
    R mlir/test/Integration/Dialect/SparseTensor/taco/unit_test_tensor_core.py
    R mlir/test/Integration/Dialect/SparseTensor/taco/unit_test_tensor_io.py
    R mlir/test/Integration/Dialect/SparseTensor/taco/unit_test_tensor_utils.py

  Log Message:
  -----------
  [mlir][sparse] remove the MLIR PyTACO tests (#66302)

Rationale:

This test was really fun to compare the MLIR sparsifier with TACO using
the PyTACO format. However, the underlying mechanism is rapidly growing
outdated with our recent developments. Rather than maintaining the old
code, we are moving toward the newer, better approaches. So if you are
sad this is gone, stay tuned, something better is coming!




More information about the All-commits mailing list