[all-commits] [llvm/llvm-project] de9071: [mlir][sparse] Add new concatente operator to spar...

PeimingLiu via All-commits all-commits at lists.llvm.org
Mon Aug 8 10:23:58 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: de907138ec96de063660b91a8adc7f28aa1bea98
      https://github.com/llvm/llvm-project/commit/de907138ec96de063660b91a8adc7f28aa1bea98
  Author: Peiming Liu <peiming at google.com>
  Date:   2022-08-08 (Mon, 08 Aug 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
    M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
    M mlir/test/Dialect/SparseTensor/invalid.mlir
    M mlir/test/Dialect/SparseTensor/roundtrip.mlir

  Log Message:
  -----------
  [mlir][sparse] Add new concatente operator to sparse tensor

See https://www.tensorflow.org/xla/operation_semantics#concatenate for the operator semantics

Reviewed By: aartbik

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




More information about the All-commits mailing list