[llvm] [AMDGPU] Max. WG size-induced occupancy limits max. waves/EU (PR #137807)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 29 06:26:32 PDT 2025
================
@@ -42,4 +42,4 @@ bb2:
declare i32 @llvm.amdgcn.workitem.id.x() #0
attributes #0 = { nounwind readnone }
-attributes #1 = { "amdgpu-num-vgpr"="9" "amdgpu-flat-work-group-size"="1024,1024" }
+attributes #1 = { "amdgpu-num-vgpr"="9" }
----------------
arsenm wrote:
Unnecessary test change?
https://github.com/llvm/llvm-project/pull/137807
More information about the llvm-commits
mailing list