-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Unify the random values generator across vectorAdd* examples #683
Labels
Comments
eyalroz
added a commit
that referenced
this issue
Sep 22, 2024
eyalroz
added a commit
that referenced
this issue
Sep 22, 2024
eyalroz
added a commit
that referenced
this issue
Sep 22, 2024
eyalroz
added a commit
that referenced
this issue
Sep 22, 2024
eyalroz
added a commit
that referenced
this issue
Sep 22, 2024
eyalroz
added a commit
that referenced
this issue
Sep 22, 2024
eyalroz
added a commit
that referenced
this issue
Sep 22, 2024
eyalroz
added a commit
that referenced
this issue
Sep 22, 2024
eyalroz
added a commit
that referenced
this issue
Sep 23, 2024
eyalroz
added a commit
that referenced
this issue
Sep 23, 2024
eyalroz
added a commit
that referenced
this issue
Sep 23, 2024
eyalroz
added a commit
that referenced
this issue
Sep 23, 2024
eyalroz
added a commit
that referenced
this issue
Sep 23, 2024
eyalroz
added a commit
that referenced
this issue
Sep 23, 2024
eyalroz
added a commit
that referenced
this issue
Sep 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The different vectorAdd examples have different random value generators; and some of them generate
double
s... let's unify all that (and use the standard library, even though it makes the programs a bit longer).The text was updated successfully, but these errors were encountered: