[clang] [AMDGPU] Modifies mfma builtin def to take _Float16 for HIP/C++ (PR #175197)
Rana Pratap Reddy via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 9 23:22:28 PST 2026
================
@@ -0,0 +1,339 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 6
+// REQUIRES: amdgpu-registered-target
+// RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -target-cpu gfx908 -DMFMA_GFX908_TESTS -emit-llvm -fcuda-is-device -o - %s | FileCheck %s --check-prefix=CHECK-GFX908
+// RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -target-cpu gfx942 -DMFMA_GFX942_TESTS -emit-llvm -fcuda-is-device -o - %s | FileCheck %s --check-prefix=CHECK-GFX942
----------------
ranapratap55 wrote:
updated.
https://github.com/llvm/llvm-project/pull/175197
More information about the cfe-commits
mailing list