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 7208ad4 commit 5d4eab1Copy full SHA for 5d4eab1
sycl/source/detail/queue_impl.cpp
@@ -277,10 +277,10 @@ void queue_impl::wait(const detail::code_location &CodeLoc) {
277
#endif
278
279
#if 1
280
- if(has_property<ext::oneapi::property::queue::lazy_execution>()){
+ if (has_property<ext::oneapi::property::queue::lazy_execution>()) {
281
const detail::plugin &Plugin = getPlugin();
282
if (Plugin.getBackend() == backend::ext_oneapi_level_zero)
283
- Plugin.call<detail::PiApiKind::piKernelLaunch>(getHandleRef());
+ Plugin.call<detail::PiApiKind::piKernelLaunch>(getHandleRef());
284
}
285
286
0 commit comments