@@ -292,23 +292,23 @@ TARGET_BUILTIN(__builtin_amdgcn_s_wait_event_export_ready, "v", "n", "gfx11-inst
292292// Postfix w32 indicates the builtin requires wavefront size of 32.
293293// Postfix w64 indicates the builtin requires wavefront size of 64.
294294// ===----------------------------------------------------------------------===//
295- TARGET_BUILTIN(__builtin_amdgcn_wmma_f32_16x16x16_f16_w32, " V8fV16hV16hV8f" , " nc" , " gfx11-insts" )
296- TARGET_BUILTIN(__builtin_amdgcn_wmma_f32_16x16x16_bf16_w32, " V8fV16sV16sV8f" , " nc" , " gfx11-insts" )
297- TARGET_BUILTIN(__builtin_amdgcn_wmma_f16_16x16x16_f16_w32, " V16hV16hV16hV16hIb" , " nc" , " gfx11-insts" )
298- TARGET_BUILTIN(__builtin_amdgcn_wmma_bf16_16x16x16_bf16_w32, " V16sV16sV16sV16sIb" , " nc" , " gfx11-insts" )
299- TARGET_BUILTIN(__builtin_amdgcn_wmma_f16_16x16x16_f16_tied_w32, " V16hV16hV16hV16hIb" , " nc" , " gfx11-insts" )
300- TARGET_BUILTIN(__builtin_amdgcn_wmma_bf16_16x16x16_bf16_tied_w32, " V16sV16sV16sV16sIb" , " nc" , " gfx11-insts" )
301- TARGET_BUILTIN(__builtin_amdgcn_wmma_i32_16x16x16_iu8_w32, " V8iIbV4iIbV4iV8iIb" , " nc" , " gfx11-insts" )
302- TARGET_BUILTIN(__builtin_amdgcn_wmma_i32_16x16x16_iu4_w32, " V8iIbV2iIbV2iV8iIb" , " nc" , " gfx11-insts" )
303-
304- TARGET_BUILTIN(__builtin_amdgcn_wmma_f32_16x16x16_f16_w64, " V4fV16hV16hV4f" , " nc" , " gfx11-insts" )
305- TARGET_BUILTIN(__builtin_amdgcn_wmma_f32_16x16x16_bf16_w64, " V4fV16sV16sV4f" , " nc" , " gfx11-insts" )
306- TARGET_BUILTIN(__builtin_amdgcn_wmma_f16_16x16x16_f16_w64, " V8hV16hV16hV8hIb" , " nc" , " gfx11-insts" )
307- TARGET_BUILTIN(__builtin_amdgcn_wmma_bf16_16x16x16_bf16_w64, " V8sV16sV16sV8sIb" , " nc" , " gfx11-insts" )
308- TARGET_BUILTIN(__builtin_amdgcn_wmma_f16_16x16x16_f16_tied_w64, " V8hV16hV16hV8hIb" , " nc" , " gfx11-insts" )
309- TARGET_BUILTIN(__builtin_amdgcn_wmma_bf16_16x16x16_bf16_tied_w64, " V8sV16sV16sV8sIb" , " nc" , " gfx11-insts" )
310- TARGET_BUILTIN(__builtin_amdgcn_wmma_i32_16x16x16_iu8_w64, " V4iIbV4iIbV4iV4iIb" , " nc" , " gfx11-insts" )
311- TARGET_BUILTIN(__builtin_amdgcn_wmma_i32_16x16x16_iu4_w64, " V4iIbV2iIbV2iV4iIb" , " nc" , " gfx11-insts" )
295+ TARGET_BUILTIN(__builtin_amdgcn_wmma_f32_16x16x16_f16_w32, " V8fV16hV16hV8f" , " nc" , " gfx11-insts,wavefrontsize32 " )
296+ TARGET_BUILTIN(__builtin_amdgcn_wmma_f32_16x16x16_bf16_w32, " V8fV16sV16sV8f" , " nc" , " gfx11-insts,wavefrontsize32 " )
297+ TARGET_BUILTIN(__builtin_amdgcn_wmma_f16_16x16x16_f16_w32, " V16hV16hV16hV16hIb" , " nc" , " gfx11-insts,wavefrontsize32 " )
298+ TARGET_BUILTIN(__builtin_amdgcn_wmma_bf16_16x16x16_bf16_w32, " V16sV16sV16sV16sIb" , " nc" , " gfx11-insts,wavefrontsize32 " )
299+ TARGET_BUILTIN(__builtin_amdgcn_wmma_f16_16x16x16_f16_tied_w32, " V16hV16hV16hV16hIb" , " nc" , " gfx11-insts,wavefrontsize32 " )
300+ TARGET_BUILTIN(__builtin_amdgcn_wmma_bf16_16x16x16_bf16_tied_w32, " V16sV16sV16sV16sIb" , " nc" , " gfx11-insts,wavefrontsize32 " )
301+ TARGET_BUILTIN(__builtin_amdgcn_wmma_i32_16x16x16_iu8_w32, " V8iIbV4iIbV4iV8iIb" , " nc" , " gfx11-insts,wavefrontsize32 " )
302+ TARGET_BUILTIN(__builtin_amdgcn_wmma_i32_16x16x16_iu4_w32, " V8iIbV2iIbV2iV8iIb" , " nc" , " gfx11-insts,wavefrontsize32 " )
303+
304+ TARGET_BUILTIN(__builtin_amdgcn_wmma_f32_16x16x16_f16_w64, " V4fV16hV16hV4f" , " nc" , " gfx11-insts,wavefrontsize64 " )
305+ TARGET_BUILTIN(__builtin_amdgcn_wmma_f32_16x16x16_bf16_w64, " V4fV16sV16sV4f" , " nc" , " gfx11-insts,wavefrontsize64 " )
306+ TARGET_BUILTIN(__builtin_amdgcn_wmma_f16_16x16x16_f16_w64, " V8hV16hV16hV8hIb" , " nc" , " gfx11-insts,wavefrontsize64 " )
307+ TARGET_BUILTIN(__builtin_amdgcn_wmma_bf16_16x16x16_bf16_w64, " V8sV16sV16sV8sIb" , " nc" , " gfx11-insts,wavefrontsize64 " )
308+ TARGET_BUILTIN(__builtin_amdgcn_wmma_f16_16x16x16_f16_tied_w64, " V8hV16hV16hV8hIb" , " nc" , " gfx11-insts,wavefrontsize64 " )
309+ TARGET_BUILTIN(__builtin_amdgcn_wmma_bf16_16x16x16_bf16_tied_w64, " V8sV16sV16sV8sIb" , " nc" , " gfx11-insts,wavefrontsize64 " )
310+ TARGET_BUILTIN(__builtin_amdgcn_wmma_i32_16x16x16_iu8_w64, " V4iIbV4iIbV4iV4iIb" , " nc" , " gfx11-insts,wavefrontsize64 " )
311+ TARGET_BUILTIN(__builtin_amdgcn_wmma_i32_16x16x16_iu4_w64, " V4iIbV2iIbV2iV4iIb" , " nc" , " gfx11-insts,wavefrontsize64 " )
312312
313313TARGET_BUILTIN(__builtin_amdgcn_s_sendmsg_rtn, " UiUIi" , " n" , " gfx11-insts" )
314314TARGET_BUILTIN(__builtin_amdgcn_s_sendmsg_rtnl, " UWiUIi" , " n" , " gfx11-insts" )
0 commit comments