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 9a14c22 commit 3936358Copy full SHA for 3936358
sycl/source/detail/device_info.hpp
@@ -744,7 +744,7 @@ struct get_device_info_impl<
744
// this helper lambda ignores all runtime-related exceptions from
745
// quering the device architecture. For instance, if device architecture
746
// on user's machine is not supported by
747
- // sycl_ext_oneapi_device_architecture, the runtime exception is ommited,
+ // sycl_ext_oneapi_device_architecture, the runtime exception is omitted,
748
// and std::nullopt is returned.
749
try {
750
return get_device_info_impl<
0 commit comments