You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/core/kernel.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ etors:
135
135
- name: WORK_GROUP_SIZE
136
136
desc: "[size_t] Return maximum Work Group size"
137
137
- name: COMPILE_WORK_GROUP_SIZE
138
-
desc: "[size_t[3]] Return Work Group size required by the source code, such as __attribute__((required_work_group_size(X,Y,Z))"
138
+
desc: "[size_t[3]] Return Work Group size required by the source code, such as __attribute__((required_work_group_size(X,Y,Z)), or (0, 0, 0) if unspecified"
139
139
- name: LOCAL_MEM_SIZE
140
140
desc: "[size_t] Return local memory required by the Kernel"
141
141
- name: PREFERRED_WORK_GROUP_SIZE_MULTIPLE
@@ -154,7 +154,7 @@ etors:
154
154
- name: MAX_NUM_SUB_GROUPS
155
155
desc: "[uint32_t] Return maximum number of SubGroup"
156
156
- name: COMPILE_NUM_SUB_GROUPS
157
-
desc: "[uint32_t] Return number of SubGroup required by the source code"
157
+
desc: "[uint32_t] Return number of SubGroup required by the source code or 0 if unspecified"
158
158
- name: SUB_GROUP_SIZE_INTEL
159
159
desc: "[uint32_t] Return SubGroup size required by Intel"
0 commit comments