We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the simpleCudaGraphs example, in function cudaGraphsManual, we have:
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);
that should not have been there... :-(
Also, graph execution is currently failing in cudaGraphsManual() is failing on the first run with "an illegal memory access was encountered".
cudaGraphsManual()
The text was updated successfully, but these errors were encountered:
Fixes #672: No longer accessing an array in simpleIPC.cu before it …
simpleIPC.cu
c1725d7
…is known to be initialized
Regards #672: Dropped gratuitous and weird setting of kernel launch n…
d1d329c
…ode parameters in a graph instance, in `simpleCudaGraphs`
eyalroz
No branches or pull requests
In the simpleCudaGraphs example, in function cudaGraphsManual, we have:
that should not have been there... :-(
Also, graph execution is currently failing in
cudaGraphsManual()
is failing on the first run with "an illegal memory access was encountered".The text was updated successfully, but these errors were encountered: