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
[SYCL] Fix PI_KERNEL_MAX_SUB_GROUP_SIZE in OpenCL backend (#6849)
Currently PI_KERNEL_MAX_SUB_GROUP_SIZE in the PI OpenCL backend uses the
max work item sizes as the input to the corresponding OpenCL query to
avoid truncation. However, using the max work item sizes in all
dimensions may exceed the total max work items limitations. To prevent
this limit from being exceeded, this commit changes the query to only
use the max work-item size in the first dimension and using 1s in the
other dimensions.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments