Skip to content

Commit 3936358

Browse files
Update sycl/source/detail/device_info.hpp
Co-authored-by: Sergey Semenov <sergey.semenov@intel.com>
1 parent 9a14c22 commit 3936358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/device_info.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ struct get_device_info_impl<
744744
// this helper lambda ignores all runtime-related exceptions from
745745
// quering the device architecture. For instance, if device architecture
746746
// on user's machine is not supported by
747-
// sycl_ext_oneapi_device_architecture, the runtime exception is ommited,
747+
// sycl_ext_oneapi_device_architecture, the runtime exception is omitted,
748748
// and std::nullopt is returned.
749749
try {
750750
return get_device_info_impl<

0 commit comments

Comments
 (0)