Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
reble committed May 10, 2022
1 parent 7208ad4 commit 5d4eab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sycl/source/detail/queue_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,10 @@ void queue_impl::wait(const detail::code_location &CodeLoc) {
#endif

#if 1
if(has_property<ext::oneapi::property::queue::lazy_execution>()){
if (has_property<ext::oneapi::property::queue::lazy_execution>()) {
const detail::plugin &Plugin = getPlugin();
if (Plugin.getBackend() == backend::ext_oneapi_level_zero)
Plugin.call<detail::PiApiKind::piKernelLaunch>(getHandleRef());
Plugin.call<detail::PiApiKind::piKernelLaunch>(getHandleRef());
}
#endif

Expand Down

0 comments on commit 5d4eab1

Please sign in to comment.