Commit 0a1ed83
Fix CL adapter assuming incorrect type for sub group query.
On a fallback path used when the clGetKernelSubGroupInfo query isn't
supported the adapter tries the UR_DEVICE_INFO_SUB_GROUP_SIZES_INTEL
device info query via urDeviceGetInfo. It currently assumes the type
returned by that query is size_t, this patch corrects that to uint32_t.1 parent bd3094c commit 0a1ed83
1 file changed
+8
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
222 | 217 | | |
223 | 218 | | |
224 | 219 | | |
| |||
0 commit comments