-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Get rid of dependency on helper_string.h in example programs #503
Labels
Comments
eyalroz
added a commit
that referenced
this issue
Apr 28, 2023
* No longer using anything from the `helper_string.h` header we had lifted from the CUDA samples' common includes directory * Refactored `simpleStreams.cu` to run with all possible synch policies (thus foregoing the need for a command-line argument; and - we were ignoring the other one, -anyway)
eyalroz
added a commit
that referenced
this issue
Apr 28, 2023
* No longer using anything from the `helper_string.h` header we had lifted from the CUDA samples' common includes directory * Refactored `simpleStreams.cu` to run with all possible synch policies (thus foregoing the need for a command-line argument; and - we were ignoring the other one, -anyway)
eyalroz
added a commit
that referenced
this issue
Apr 29, 2023
* No longer using anything from the `helper_string.h` header we had lifted from the CUDA samples' common includes directory * Refactored `simpleStreams.cu` to run with all possible synch policies (thus foregoing the need for a command-line argument; and - we were ignoring the other one, -anyway)
eyalroz
added a commit
that referenced
this issue
Apr 29, 2023
* No longer using anything from the `helper_string.h` header we had lifted from the CUDA samples' common includes directory * Refactored `simpleStreams.cu` to run with all possible synch policies (thus foregoing the need for a command-line argument; and - we were ignoring the other one, -anyway)
eyalroz
added a commit
that referenced
this issue
May 1, 2023
* No longer using anything from the `helper_string.h` header we had lifted from the CUDA samples' common includes directory * Refactored `simpleStreams.cu` to run with all possible synch policies (thus foregoing the need for a command-line argument; and - we were ignoring the other one, -anyway)
eyalroz
added a commit
that referenced
this issue
May 1, 2023
* No longer using anything from the `helper_string.h` header we had lifted from the CUDA samples' common includes directory * Refactored `simpleStreams.cu` to run with all possible synch policies (thus foregoing the need for a command-line argument; and - we were ignoring the other one, -anyway)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't like helper_string. We don't have a proper command-line argument parser, but the functionality we do use can be made clear and go into
common.hpp
.The text was updated successfully, but these errors were encountered: