Skip to content

Commit 69c1091

Browse files
committed
Clang-format fix
1 parent e42b77d commit 69c1091

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sycl/source/handler.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +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."
207-
<< std::endl;
206+
std::cout << "WARNING: An empty command group is submitted." << std::endl;
208207
}
209208
detail::EventImplPtr Event =
210209
std::make_shared<cl::sycl::detail::event_impl>();

0 commit comments

Comments
 (0)