[all-commits] [llvm/llvm-project] 1ceff4: [mlir][tosa] Align tensor rank specifications with...

Suraj Sudhir via All-commits all-commits at lists.llvm.org
Mon May 24 09:04:02 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ceff40df0a4969923ac8aa9ed10661821d94492
      https://github.com/llvm/llvm-project/commit/1ceff40df0a4969923ac8aa9ed10661821d94492
  Author: Suraj Sudhir <suraj.sudhir at arm.com>
  Date:   2021-05-24 (Mon, 24 May 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
    M mlir/include/mlir/Dialect/Tosa/IR/TosaTypesBase.td

  Log Message:
  -----------
  [mlir][tosa] Align tensor rank specifications with current spec

Deconstrains several TOSA operators to align with the current TOSA spec, including all the elementwise ops.
Note: some more ops are under consideration for further cleanup; they will follow once the spec has been updated.

Reviewed By: stellaraccident

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




More information about the All-commits mailing list