Lines Matching full:per
3 ; Exactly 1 wave per execution unit.
13 attributes #0 = {"amdgpu-waves-per-eu"="1,1" "amdgpu-flat-work-group-size"="1,64" }
15 ; Exactly 5 waves per execution unit.
25 attributes #1 = {"amdgpu-waves-per-eu"="5,5"}
27 ; Exactly 10 waves per execution unit.
37 attributes #2 = {"amdgpu-waves-per-eu"="10,10"}
39 ; At least 1 wave per execution unit.
49 attributes #3 = {"amdgpu-waves-per-eu"="1"}
51 ; At least 5 waves per execution unit.
61 attributes #4 = {"amdgpu-waves-per-eu"="5"}
63 ; At least 10 waves per execution unit.
73 attributes #5 = {"amdgpu-waves-per-eu"="10"}
75 ; At most 1 wave per execution unit (same as @empty_exactly_1).
77 ; At most 5 waves per execution unit.
87 attributes #6 = {"amdgpu-waves-per-eu"="1,5" "amdgpu-flat-work-group-size"="1,64"}
89 ; At most 10 waves per execution unit.
99 attributes #7 = {"amdgpu-waves-per-eu"="1,10"}
101 ; Between 1 and 5 waves per execution unit (same as @empty_at_most_5).
103 ; Between 5 and 10 waves per execution unit.
113 attributes #8 = {"amdgpu-waves-per-eu"="5,10"}
117 ; Exactly 10 waves per execution unit.
190 attributes #9 = {"amdgpu-waves-per-eu"="10,10"}
202 attributes #10 = {"amdgpu-flat-work-group-size"="256,256" "amdgpu-waves-per-eu"="2,2"}