Skip to content

Commit 2cf9d0f

Browse files
authored
Cosmetic changes
1 parent df971e5 commit 2cf9d0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sycl/source/detail/queue_impl.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,13 +278,11 @@ void queue_impl::wait(const detail::code_location &CodeLoc) {
278278
TelemetryEvent = instrumentationProlog(CodeLoc, Name, StreamID, IId);
279279
#endif
280280

281-
#if 1
282281
if (has_property<ext::oneapi::property::queue::lazy_execution>()) {
283282
const detail::plugin &Plugin = getPlugin();
284283
if (Plugin.getBackend() == backend::ext_oneapi_level_zero)
285284
Plugin.call<detail::PiApiKind::piQueueFlush>(getHandleRef());
286285
}
287-
#endif
288286

289287
std::vector<std::weak_ptr<event_impl>> WeakEvents;
290288
std::vector<event> SharedEvents;

0 commit comments

Comments
 (0)