[all-commits] [llvm/llvm-project] b9cfb6: [mlir][tosa] Add apply scale flags to TosaToArith ...
Diego Caballero via All-commits
all-commits at lists.llvm.org
Thu Sep 8 13:13:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b9cfb6f7e082b57d8a1c5fc577dd357da60238db
https://github.com/llvm/llvm-project/commit/b9cfb6f7e082b57d8a1c5fc577dd357da60238db
Author: Diego Caballero <diegocaballero at google.com>
Date: 2022-09-08 (Thu, 08 Sep 2022)
Changed paths:
M mlir/include/mlir/Conversion/TosaToArith/TosaToArith.h
M mlir/lib/Conversion/TosaToArith/TosaToArithPass.cpp
Log Message:
-----------
[mlir][tosa] Add apply scale flags to TosaToArith creation API
TosaToArith has two flags to enable/disable 'tosa.apply_scale' ops and
to use a 64-bit/32-bit implementation for it. This patch makes the flags
available from the pass creation API.
Reviewed By: rsuderman
Differential Revision: https://reviews.llvm.org/D133515
More information about the All-commits
mailing list