-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
Missing File in 09_optimize_reduce/01_interleaved_addressing #35
Comments
Also, I would like to inquire about the methodology used to measure bandwidth in the table within resolve_bank_conflict. |
done #36 |
|
Thx for answering the question, however, I did not quite follow the
|
@A-suozhang you can use ncu with this metric: |
Thank you very much for clarifying this matter. I will try this out. |
First of all, great thanks to the authors for presenting the awesome tutorial, it really helps the newbees in CUDA programming!
I find that the cuda file is missing in
09_optimize_reduce/01_interleaved_addressing
folder, although the documentaion is quite clear, and simply replacing the reduce_naive.cu with some lines would work. However, I noticed that the cuda files are provided in other folders, so supplementing the file will benefit the consistency of the project.Hope to see more updates of the tutorial!
The text was updated successfully, but these errors were encountered: