[all-commits] [llvm/llvm-project] aa1c53: [mlir][tosa] Expand tosa.apply_scale lowering for ...

rsuderman via All-commits all-commits at lists.llvm.org
Wed Jan 12 14:10:12 PST 2022


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

  Changed paths:
    M mlir/lib/Conversion/TosaToStandard/TosaToStandard.cpp
    M mlir/test/Conversion/TosaToStandard/tosa-to-standard.mlir

  Log Message:
  -----------
  [mlir][tosa] Expand tosa.apply_scale lowering for vectors

Apply scale may encounter scalar, tensor, or vector operations. Expand the
lowering so that it can lower arbitrary of container types.

Reviewed By: NatashaKnk

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




More information about the All-commits mailing list