Skip to content

Commit bc4179d

Browse files
Addressed review comments
Co-authored-by: Romanov Vlad <[email protected]>
1 parent e42b77d commit bc4179d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ event handler::finalize() {
203203
break;
204204
case detail::CG::NONE:
205205
if (detail::pi::trace(detail::pi::TraceLevel::PI_TRACE_ALL)) {
206-
std::cout << "An empty command group is supported by SYCL 2020."
206+
std::cout << "WARNING: An empty command group is submitted."
207207
<< std::endl;
208208
}
209209
detail::EventImplPtr Event =

0 commit comments

Comments
 (0)