[llvm] [NVPTX] Add support for f16 fabs (PR #116107)
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 18 10:23:06 PST 2024
================
@@ -0,0 +1,99 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; ## Some FP16 support but not for abs
+; RUN: llc < %s -mtriple=nvptx64-nvidia-cuda -mcpu=sm_53 \
----------------
Artem-B wrote:
Did you push those changes? The last commit github shows me is e382e8adafe8ccb8
https://github.com/llvm/llvm-project/pull/116107
More information about the llvm-commits
mailing list