File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1645,9 +1645,9 @@ The AMDGPU backend supports the following LLVM IR attributes.
1645
1645
reduced by heuristics.
1646
1646
1647
1647
"amdgpu-max-num-workgroups"="x,y,z" Specify the maximum number of work groups for the kernel dispatch in the
1648
- X, Y, and Z dimensions. Generated by the ``amdgpu_max_num_work_groups``
1649
- CLANG attribute [CLANG-ATTR]_. Clang only emits this attribute when all
1650
- the three numbers are >= 1.
1648
+ X, Y, and Z dimensions. Each number must be >= 1. Generated by the
1649
+ ``amdgpu_max_num_work_groups`` CLANG attribute [CLANG-ATTR]_. Clang only
1650
+ emits this attribute when all the three numbers are >= 1.
1651
1651
1652
1652
"amdgpu-no-agpr" Indicates the function will not require allocating AGPRs. This is only
1653
1653
relevant on subtargets with AGPRs. The behavior is undefined if a
You can’t perform that action at this time.
0 commit comments