We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d0d3a commit 5a47f11Copy full SHA for 5a47f11
sycl/include/sycl/ext/oneapi/experimental/graph.hpp
@@ -499,7 +499,7 @@ class dynamic_parameter : public detail::dynamic_parameter_base {
499
/// @param Param A reference value for this parameter used for CTAD.
500
dynamic_parameter(experimental::command_graph<graph_state::modifiable> Graph,
501
const ValueT &Param)
502
- : detail::dynamic_parameter_base(Graph, sizeof(ValueT), &Param) {}
+ : detail::dynamic_parameter_base(Graph, sizeof(ValueT), &Param, {}) {}
503
504
/// Updates this dynamic parameter and all registered nodes with a new value.
505
/// @param NewValue The new value for the parameter.
0 commit comments