Skip to content

Commit 7f4762d

Browse files
committed
format
1 parent 3c58917 commit 7f4762d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sycl/source/detail/device_impl.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,9 +1579,7 @@ class device_impl : public std::enable_shared_from_this<device_impl> {
15791579
UR_DEVICE_INFO_MEMORY_EXPORT_EXPORTABLE_DEVICE_MEM_EXP>()
15801580
.value_or(0);
15811581
}
1582-
CASE(ext_oneapi_clock) {
1583-
return has_extension("cl_khr_kernel_clock");
1584-
}
1582+
CASE(ext_oneapi_clock) { return has_extension("cl_khr_kernel_clock"); }
15851583
else {
15861584
return false; // This device aspect has not been implemented yet.
15871585
}

0 commit comments

Comments
 (0)