Skip to content

Commit 871d929

Browse files
committed
Format
1 parent e4a9ccd commit 871d929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/source/detail/device_impl.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,13 +929,13 @@ class device_impl : public std::enable_shared_from_this<device_impl> {
929929
CASE(ext::oneapi::experimental::info::device::max_work_groups<2>) {
930930
id<3> max_3d =
931931
get_info<ext::oneapi::experimental::info::device::max_work_groups<3>,
932-
DependentFalse>();
932+
DependentFalse>();
933933
return id<2>{max_3d[1], max_3d[2]};
934934
}
935935
CASE(ext::oneapi::experimental::info::device::max_work_groups<1>) {
936936
id<3> max_3d =
937937
get_info<ext::oneapi::experimental::info::device::max_work_groups<3>,
938-
DependentFalse>();
938+
DependentFalse>();
939939
return id<1>{max_3d[2]};
940940
}
941941

0 commit comments

Comments
 (0)