Skip to content

Commit 05123e8

Browse files
More fixes
1 parent d607867 commit 05123e8

File tree

1 file changed

+1
-2
lines changed
  • sycl/include/sycl/ext/oneapi/experimental

1 file changed

+1
-2
lines changed

sycl/include/sycl/ext/oneapi/experimental/graph.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,7 @@ class __SYCL_EXPORT modifiable_command_graph
341341
/// @param verbose If true, print additional information about the nodes such
342342
/// as kernel args or memory access where applicable.
343343
#ifdef ___INTEL_PREVIEW_BREAKING_CHANGES
344-
void modifiable_command_graph::print_graph(const std::string path,
345-
bool verbose) const {
344+
void print_graph(const std::string path, bool verbose = false) const {
346345
print_graph(sycl::detail::string_view{path}, verbose);
347346
}
348347
#else

0 commit comments

Comments
 (0)