[all-commits] [llvm/llvm-project] 444b4f: [mlir][tosa] Fix clamp float lowering
Thomas via All-commits
all-commits at lists.llvm.org
Mon Aug 15 15:27:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 444b4fda17bca581fab084926b91393bd20478e7
https://github.com/llvm/llvm-project/commit/444b4fda17bca581fab084926b91393bd20478e7
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M mlir/lib/Dialect/Tosa/Utils/ConversionUtils.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[mlir][tosa] Fix clamp float lowering
min and max were mixed up after switching to using float min/max
Differential Revision: https://reviews.llvm.org/D131923
More information about the All-commits
mailing list