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

Add the bandwidthtest CUDA sample as an example program #398

Closed
eyalroz opened this issue Sep 5, 2022 · 0 comments
Closed

Add the bandwidthtest CUDA sample as an example program #398

eyalroz opened this issue Sep 5, 2022 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Sep 5, 2022

Let's add the bandwidthtest CUDA sample program to our modified CUDA samples.

@eyalroz eyalroz added the task label Sep 5, 2022
@eyalroz eyalroz self-assigned this Sep 5, 2022
eyalroz added a commit that referenced this issue Sep 5, 2022
… to the API wrappers

Changes from the original:

* Altered the license/copyright notice block to introduce myself into it
* Fixed compiler warnings:
  * Same type for loop variable and sentinel value
  * `size_t` for sizes
  * `char const*` rather than `char*` for the buffer pointer
  * Extended const to another variable

Still in C-land though.
eyalroz added a commit that referenced this issue Sep 9, 2022
… to the API wrappers

Changes from the original:

* Altered the license/copyright notice block to introduce myself into it
* Fixed compiler warnings:
  * Same type for loop variable and sentinel value
  * `size_t` for sizes
  * `char const*` rather than `char*` for the buffer pointer
  * Extended const to another variable

Still in C-land though.
@eyalroz eyalroz closed this as completed in 3762271 Oct 5, 2022
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