We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42b77d commit 69c1091Copy full SHA for 69c1091
sycl/source/handler.cpp
@@ -203,8 +203,7 @@ event handler::finalize() {
203
break;
204
case detail::CG::NONE:
205
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;
+ std::cout << "WARNING: An empty command group is submitted." << std::endl;
208
}
209
detail::EventImplPtr Event =
210
std::make_shared<cl::sycl::detail::event_impl>();
0 commit comments