aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Shaposhnikov <ashaposhnikov@google.com>2023-08-18 17:48:34 +0000
committerAlexander Shaposhnikov <ashaposhnikov@google.com>2023-08-18 17:48:34 +0000
commit40bf36319e383b7b5f2ffbee9abc18d93e1e07b4 (patch)
tree564b8b48c4179994aed149c6395318acfb725828 /mlir/test/CMakeLists.txt
parent5a6c1ce189b54dbae6e79c7b66d519152660ba75 (diff)
downloadllvm-40bf36319e383b7b5f2ffbee9abc18d93e1e07b4.zip
llvm-40bf36319e383b7b5f2ffbee9abc18d93e1e07b4.tar.gz
llvm-40bf36319e383b7b5f2ffbee9abc18d93e1e07b4.tar.bz2
[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
Diffstat (limited to 'mlir/test/CMakeLists.txt')
-rw-r--r--mlir/test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/mlir/test/CMakeLists.txt b/mlir/test/CMakeLists.txt
index b28c7cf..66a9cb0 100644
--- a/mlir/test/CMakeLists.txt
+++ b/mlir/test/CMakeLists.txt
@@ -119,6 +119,7 @@ if(LLVM_ENABLE_PIC AND TARGET ${LLVM_NATIVE_ARCH})
mlir-capi-execution-engine-test
mlir_c_runner_utils
mlir_runner_utils
+ mlir_float16_utils
)
endif()