[all-commits] [llvm/llvm-project] 30c526: [mlir][sparse][taco] Add a few unary operations.

Bixia Zheng via All-commits all-commits at lists.llvm.org
Fri Mar 11 08:09:08 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 30c5269d93258875b7ef72095068c8d9487fb9d2
      https://github.com/llvm/llvm-project/commit/30c5269d93258875b7ef72095068c8d9487fb9d2
  Author: Bixia Zheng <bixia at google.com>
  Date:   2022-03-11 (Fri, 11 Mar 2022)

  Changed paths:
    A mlir/test/Integration/Dialect/SparseTensor/taco/test_tensor_unary_ops.py
    M mlir/test/Integration/Dialect/SparseTensor/taco/tools/mlir_pytaco.py
    M mlir/test/Integration/Dialect/SparseTensor/taco/tools/mlir_pytaco_api.py

  Log Message:
  -----------
  [mlir][sparse][taco] Add a few unary operations.

Add operations -, abs, ceil and floor to the index notation.

Add test cases.

Reviewed By: aartbik

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




More information about the All-commits mailing list