[all-commits] [llvm/llvm-project] 1bdb16: [TOSA] Update TOSA Custom Operator attribute names...

Jerry-Ge via All-commits all-commits at lists.llvm.org
Fri Nov 3 14:35:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1bdb166192d692b5d3553a3917388588b69cb2b5
      https://github.com/llvm/llvm-project/commit/1bdb166192d692b5d3553a3917388588b69cb2b5
  Author: Jerry-Ge <jerry.ge at arm.com>
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
    M mlir/test/Dialect/Tosa/level_check.mlir
    M mlir/test/Dialect/Tosa/ops.mlir

  Log Message:
  -----------
  [TOSA] Update TOSA Custom Operator attribute names to align with the spec (#71116)

- The latest TOSA spec for CustomOp is having attributes
  - operator_name, domain_name, and implementation_attrs
- Updated the dialect to align with the spec change

Signed-off-by: Jerry Ge <jerry.ge at arm.com>




More information about the All-commits mailing list