[all-commits] [llvm/llvm-project] 89a1af: [mlir][tosa] TosaToLinalg: Lower TOSA.Cast via Rou...
Matthias Gehre via All-commits
all-commits at lists.llvm.org
Wed Mar 22 18:55:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89a1af749166627704cdf9d676455d32616c2c06
https://github.com/llvm/llvm-project/commit/89a1af749166627704cdf9d676455d32616c2c06
Author: Matthias Gehre <matthias.gehre at xilinx.com>
Date: 2023-03-23 (Thu, 23 Mar 2023)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[mlir][tosa] TosaToLinalg: Lower TOSA.Cast via RoundEven according to TOSA spec 0.60.0
TOSA now specifies rounding of ties to even in section 1.8.2., "Main Inference Profile"
Reviewed By: eric-k256, rsuderman
Differential Revision: https://reviews.llvm.org/D146617
More information about the All-commits
mailing list