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 e4a9ccd commit 871d929Copy full SHA for 871d929
sycl/source/detail/device_impl.hpp
@@ -929,13 +929,13 @@ class device_impl : public std::enable_shared_from_this<device_impl> {
929
CASE(ext::oneapi::experimental::info::device::max_work_groups<2>) {
930
id<3> max_3d =
931
get_info<ext::oneapi::experimental::info::device::max_work_groups<3>,
932
- DependentFalse>();
+ DependentFalse>();
933
return id<2>{max_3d[1], max_3d[2]};
934
}
935
CASE(ext::oneapi::experimental::info::device::max_work_groups<1>) {
936
937
938
939
return id<1>{max_3d[2]};
940
941
0 commit comments