Skip to content

Commit 424d40c

Browse files
Update sycl/source/detail/graph_impl.cpp
Co-authored-by: Ben Tracy <ben.tracy@codeplay.com>
1 parent bb0b384 commit 424d40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/graph_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ graph_impl::add(const std::shared_ptr<graph_impl> &Impl,
249249
throw sycl::exception(
250250
make_error_code(errc::invalid),
251251
"The sycl_ext_oneapi_enqueue_barrier feature is not available with "
252-
"SYCL graph Explicit API. Please use empty nodes instead.");
252+
"SYCL Graph Explicit API. Please use empty nodes instead.");
253253
}
254254

255255
// If the handler recorded a subgraph return that here as the relevant nodes

0 commit comments

Comments
 (0)