[clang] [llvm] [clang][NVPTX] Add support for mixed-precision FP arithmetic (PR #168359)
Srinivasa Ravi via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 23 23:59:35 PST 2025
================
@@ -1694,6 +1702,22 @@ multiclass FMA_INST {
defm INT_NVVM_FMA : FMA_INST;
+foreach rnd = ["_RN", "_RZ", "_RM", "_RP"] in {
+ foreach sat = ["", "_SAT"] in {
+ foreach type = ["F16", "BF16"] in {
----------------
Wolfram70 wrote:
Makes sense, fixed!
https://github.com/llvm/llvm-project/pull/168359
More information about the llvm-commits
mailing list