[all-commits] [llvm/llvm-project] 630084: [mlir][tosa] Relax tosa.apply_scale operations

rsuderman via All-commits all-commits at lists.llvm.org
Tue Jan 11 09:59:00 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 630084549b33f297fdc4cab78190c783688603ea
      https://github.com/llvm/llvm-project/commit/630084549b33f297fdc4cab78190c783688603ea
  Author: Rob Suderman <rob.suderman at gmail.com>
  Date:   2022-01-11 (Tue, 11 Jan 2022)

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

  Log Message:
  -----------
  [mlir][tosa] Relax tosa.apply_scale operations

Apply scale may operate on vectors, scalars, or tensors during
tiling. Relax the requirements to avoid failures.

Reviewed By: NatashaKnk

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




More information about the All-commits mailing list