Skip to content
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

Closed
eyalroz opened this issue Apr 22, 2023 · 0 comments
Closed

Get rid of dependency on helper_string.h in example programs #503

eyalroz opened this issue Apr 22, 2023 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Apr 22, 2023

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.

@eyalroz eyalroz added the task label Apr 22, 2023
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
Projects
None yet
Development

No branches or pull requests

1 participant