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 012c793 commit 6f12dffCopy full SHA for 6f12dff
sycl/include/sycl/queue.hpp
@@ -198,7 +198,7 @@ auto submit_kernel_direct(
198
// parallel_for (deprecated API).
199
// ExtraProps are properties passed explicitly or via launch_config.
200
201
- // Asumption: If user specify properties via launch_config or explicitly
+ // Assumption: If user specify properties via launch_config or explicitly
202
// then we don't check for properties specified via get() method.
203
detail::KernelLaunchPropertyWrapper::KernelLaunchPropertiesT parsedProps;
204
if constexpr (std::is_same_v<PropertiesT,
0 commit comments