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 d607867 commit 05123e8Copy full SHA for 05123e8
sycl/include/sycl/ext/oneapi/experimental/graph.hpp
@@ -341,8 +341,7 @@ class __SYCL_EXPORT modifiable_command_graph
341
/// @param verbose If true, print additional information about the nodes such
342
/// as kernel args or memory access where applicable.
343
#ifdef ___INTEL_PREVIEW_BREAKING_CHANGES
344
- void modifiable_command_graph::print_graph(const std::string path,
345
- bool verbose) const {
+ void print_graph(const std::string path, bool verbose = false) const {
346
print_graph(sycl::detail::string_view{path}, verbose);
347
}
348
#else
0 commit comments