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 3c58917 commit 7f4762dCopy full SHA for 7f4762d
sycl/source/detail/device_impl.hpp
@@ -1579,9 +1579,7 @@ class device_impl : public std::enable_shared_from_this<device_impl> {
1579
UR_DEVICE_INFO_MEMORY_EXPORT_EXPORTABLE_DEVICE_MEM_EXP>()
1580
.value_or(0);
1581
}
1582
- CASE(ext_oneapi_clock) {
1583
- return has_extension("cl_khr_kernel_clock");
1584
- }
+ CASE(ext_oneapi_clock) { return has_extension("cl_khr_kernel_clock"); }
1585
else {
1586
return false; // This device aspect has not been implemented yet.
1587
0 commit comments