diff --git a/sycl/source/detail/scheduler/graph_builder.cpp b/sycl/source/detail/scheduler/graph_builder.cpp index 5a26623ce4003..e9ed3f2bb6e4b 100644 --- a/sycl/source/detail/scheduler/graph_builder.cpp +++ b/sycl/source/detail/scheduler/graph_builder.cpp @@ -966,8 +966,8 @@ Scheduler::GraphBuildResult Scheduler::GraphBuilder::addCG( ++Ev; continue; } - // Handle event dependencies on any commands part of another active - // fusion. + // Event dependencies on commands part of another active fusion are + // handled by cancelling fusion in that other queue. if (EvDepCmd->getQueue() != Queue && isPartOfActiveFusion(EvDepCmd)) { printFusionWarning( "Aborting fusion because of event dependency from a "