Skip to content

Commit 2ed4cb7

Browse files
committed
Merge branch 'no_handler_graph_record_followup' into temp_no_handler_integration_v1
2 parents 6500bf0 + 2bd29d0 commit 2ed4cb7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sycl/source/detail/queue_impl.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -621,9 +621,6 @@ queue_impl::submit_direct(bool CallerNeedsEvent,
621621
detail::CG::StorageInitHelper CGData;
622622
std::unique_lock<std::mutex> Lock(MMutex);
623623

624-
// Graphs are not supported yet for the no-handler path
625-
assert(!hasCommandGraph());
626-
627624
// Set the No Last Event Mode to false, since the no-handler path
628625
// does not support it yet.
629626
MNoLastEventMode.store(false, std::memory_order_relaxed);

0 commit comments

Comments
 (0)