Files
OpenCL-CTS/test_conformance
Yilong Guo 9bbab539de [subgroups][non_uniform_broadcast] Fix broadcasting index generation
The subgroup size may not be greater than `NR_OF_ACTIVE_WORK_ITEMS`.
Broadcasting index needs to be reduced in that case.

Otherwise, if subgroup size == `NR_OF_ACTIVE_WORK_ITEMS` == 4, then we
will encounter "divide-by-zero" error when evaluating `bcast_index %
(n - NR_OF_ACTIVE_WORK_ITEMS)`.
2023-03-23 13:55:43 +08:00
..
2021-05-18 18:12:55 +01:00
2020-07-23 17:21:07 +01:00
2023-03-03 13:29:29 +00:00
2023-01-14 15:18:27 +00:00
2023-01-31 09:50:21 -08:00