Skip to content

Commit adf6ba2

Browse files
Aympabkeryell
andauthored
Update tests/extension/khr_max_num_work_groups/max_num_work_groups_min.cpp
Co-authored-by: Ronan Keryell <[email protected]>
1 parent d574575 commit adf6ba2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/extension/khr_max_num_work_groups/max_num_work_groups_min.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ void check_min_size() {
3131
sycl::range<DIMENSION>>(dev);
3232

3333
if (dev.get_info<sycl::info::device::device_type>() ==
34-
sycl::info::device_type::custom) {
34+
sycl::info::device_type::custom)
3535
return;
36-
} else {
3736
auto max_work_groups =
3837
dev.get_info<khr::info::device::max_num_work_groups<DIMENSION>>();
3938

0 commit comments

Comments
 (0)