Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
reble authored Nov 30, 2022
1 parent df971e5 commit 2cf9d0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sycl/source/detail/queue_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,13 +278,11 @@ void queue_impl::wait(const detail::code_location &CodeLoc) {
TelemetryEvent = instrumentationProlog(CodeLoc, Name, StreamID, IId);
#endif

#if 1
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::piQueueFlush>(getHandleRef());
}
#endif

std::vector<std::weak_ptr<event_impl>> WeakEvents;
std::vector<event> SharedEvents;
Expand Down

0 comments on commit 2cf9d0f

Please sign in to comment.