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
rmg_minimal_rms_example.jl
This will also be helpful for understanding CUDA: https://www.olcf.ornl.gov/cuda-training-series
The code has a lot of reduction patterns, so this might be helpful:
The text was updated successfully, but these errors were encountered:
For NVTX annotations (i.e. to see what's happening on on the CPU from nsight systems): https://juliagpu.github.io/NVTX.jl/dev/ which is part of CUDA.jl https://cuda.juliagpu.org/stable/development/profiling/#Source-code-annotations
Sorry, something went wrong.
No branches or pull requests
This will also be helpful for understanding CUDA: https://www.olcf.ornl.gov/cuda-training-series
The code has a lot of reduction patterns, so this might be helpful:
The text was updated successfully, but these errors were encountered: