We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d574575 commit adf6ba2Copy full SHA for adf6ba2
tests/extension/khr_max_num_work_groups/max_num_work_groups_min.cpp
@@ -31,9 +31,8 @@ void check_min_size() {
31
sycl::range<DIMENSION>>(dev);
32
33
if (dev.get_info<sycl::info::device::device_type>() ==
34
- sycl::info::device_type::custom) {
+ sycl::info::device_type::custom)
35
return;
36
- } else {
37
auto max_work_groups =
38
dev.get_info<khr::info::device::max_num_work_groups<DIMENSION>>();
39
0 commit comments