Skip to content

Commit 2bd29d0

Browse files
committed
[SYCL] Remove assertion for graph support for handler-less kernel submit
1 parent 30215eb commit 2bd29d0

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
@@ -530,9 +530,6 @@ queue_impl::submit_direct(bool CallerNeedsEvent,
530530
detail::CG::StorageInitHelper CGData;
531531
std::unique_lock<std::mutex> Lock(MMutex);
532532

533-
// Graphs are not supported yet for the no-handler path
534-
assert(!hasCommandGraph());
535-
536533
// Set the No Last Event Mode to false, since the no-handler path
537534
// does not support it yet.
538535
MNoLastEventMode.store(false, std::memory_order_relaxed);

0 commit comments

Comments
 (0)