Skip to content

Commit 5a47f11

Browse files
committed
Fix build issue
1 parent 28d0d3a commit 5a47f11

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ class dynamic_parameter : public detail::dynamic_parameter_base {
499499
/// @param Param A reference value for this parameter used for CTAD.
500500
dynamic_parameter(experimental::command_graph<graph_state::modifiable> Graph,
501501
const ValueT &Param)
502-
: detail::dynamic_parameter_base(Graph, sizeof(ValueT), &Param) {}
502+
: detail::dynamic_parameter_base(Graph, sizeof(ValueT), &Param, {}) {}
503503

504504
/// Updates this dynamic parameter and all registered nodes with a new value.
505505
/// @param NewValue The new value for the parameter.

0 commit comments

Comments
 (0)