[all-commits] [llvm/llvm-project] 40bf36: [MLIR][Math] Add support for f16 in the expansion ...
Alexander Shaposhnikov via All-commits
all-commits at lists.llvm.org
Fri Aug 18 11:01:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 40bf36319e383b7b5f2ffbee9abc18d93e1e07b4
https://github.com/llvm/llvm-project/commit/40bf36319e383b7b5f2ffbee9abc18d93e1e07b4
Author: Alexander Shaposhnikov <ashaposhnikov at google.com>
Date: 2023-08-18 (Fri, 18 Aug 2023)
Changed paths:
M mlir/include/mlir/ExecutionEngine/CRunnerUtils.h
M mlir/include/mlir/ExecutionEngine/Float16bits.h
M mlir/include/mlir/IR/BuiltinTypes.h
M mlir/lib/Dialect/Math/Transforms/ExpandPatterns.cpp
M mlir/test/CMakeLists.txt
M mlir/test/Dialect/Math/expand-math.mlir
M mlir/test/lit.cfg.py
M mlir/test/mlir-cpu-runner/test-expand-math-approx.mlir
Log Message:
-----------
[MLIR][Math] Add support for f16 in the expansion of math.roundeven
Add support for f16 in the expansion of math.roundeven.
Associated GitHub issue: https://github.com/openxla/iree/issues/13522
This version addresses the build issues on Windows reported on
https://reviews.llvm.org/D157204
Test plan: ninja check-mlir check-all
Differential revision: https://reviews.llvm.org/D158234
More information about the All-commits
mailing list