Skip to content

Commit dc48d70

Browse files
Patched changes from c73c9d0 commit
1 parent 16cedbe commit dc48d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/graph/graph_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ exec_graph_impl::exec_graph_impl(sycl::context Context,
955955
: MSchedule(), MGraphImpl(GraphImpl), MSyncPoints(),
956956
MQueueImpl(sycl::detail::queue_impl::create(
957957
*sycl::detail::getSyclObjImpl(GraphImpl->getDevice()),
958-
sycl::detail::getSyclObjImpl(Context), sycl::async_handler{},
958+
*sycl::detail::getSyclObjImpl(Context), sycl::async_handler{},
959959
sycl::property_list{})),
960960
MDevice(GraphImpl->getDevice()), MContext(Context), MRequirements(),
961961
MSchedulerDependencies(),

0 commit comments

Comments
 (0)