[clang] [AMDGPU] - Add clang builtins for tied WMMA intrinsics (PR #70669)

Jessica Del via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 10 06:51:25 PST 2023


================
@@ -292,13 +292,17 @@ TARGET_BUILTIN(__builtin_amdgcn_wmma_f32_16x16x16_f16_w32, "V8fV16hV16hV8f", "nc
 TARGET_BUILTIN(__builtin_amdgcn_wmma_f32_16x16x16_bf16_w32, "V8fV16sV16sV8f", "nc", "gfx11-insts")
 TARGET_BUILTIN(__builtin_amdgcn_wmma_f16_16x16x16_f16_w32, "V16hV16hV16hV16hIb", "nc", "gfx11-insts")
 TARGET_BUILTIN(__builtin_amdgcn_wmma_bf16_16x16x16_bf16_w32, "V16sV16sV16sV16sIb", "nc", "gfx11-insts")
+TARGET_BUILTIN(__builtin_amdgcn_wmma_f16_16x16x16_f16_tied_w32, "V16hV16hV16hV16hIb", "nc", "gfx11-insts")
----------------
OutOfCache wrote:

I see, thanks for letting me know! I tried to do so now.

https://github.com/llvm/llvm-project/pull/70669


More information about the cfe-commits mailing list