Skip to content

Commit 1ce9c3d

Browse files
committed
format
1 parent f63caae commit 1ce9c3d

File tree

1 file changed

+3
-4
lines changed
  • sycl/include/sycl/ext/oneapi/experimental

1 file changed

+3
-4
lines changed

sycl/include/sycl/ext/oneapi/experimental/clock.hpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,13 @@ inline uint64_t clock_impl(clock_scope scope) {
3434
#endif // defined(__NVPTX__) || defined(__AMDGCN__)
3535
#else
3636
throw sycl::exception(
37-
make_error_code(errc::runtime),
38-
"sycl::ext::oneapi::experimental::clock() is not supported on host.");
37+
make_error_code(errc::runtime),
38+
"sycl::ext::oneapi::experimental::clock() is not supported on host.");
3939
#endif // __SYCL_DEVICE_ONLY__
4040
}
4141
} // namespace detail
4242

43-
template <clock_scope Scope>
44-
inline uint64_t clock();
43+
template <clock_scope Scope> inline uint64_t clock();
4544

4645
// Specialization for device.
4746
template <>

0 commit comments

Comments
 (0)