Skip to content

Commit

Permalink
Regards #672: Dropped gratuitous and weird setting of kernel launch n…
Browse files Browse the repository at this point in the history
…ode parameters in a graph instance, in `simpleCudaGraphs`
  • Loading branch information
eyalroz committed Sep 5, 2024
1 parent 641e074 commit d1d329c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,6 @@ void cudaGraphsManual(
graph.insert.edge(memcpy_result_node, host_function_node);

auto instance = graph.instantiate();
cuda::graph::node::parameters_t<node_kind_t::kernel_launch>* params_ptr = nullptr;
cuda::graph::instance::set_node_parameters<node_kind_t::kernel_launch>(instance, reduce_final_node, *params_ptr);



use(device, graph, graph_construction_mode);
}
Expand Down

0 comments on commit d1d329c

Please sign in to comment.