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

Brodey/cudnn #55

Merged
merged 22 commits into from
Nov 22, 2024
Merged

Brodey/cudnn #55

merged 22 commits into from
Nov 22, 2024

Conversation

brodeynewman
Copy link
Collaborator

No description provided.

@brodeynewman brodeynewman marked this pull request as ready for review November 22, 2024 03:56
for (int i = 0; i < NUM_ELEMENTS; i++) h_x[i] = i * 1.00f;

float *d_x; // device mem
cudaMalloc(&d_x, NUM_ELEMENTS * sizeof(float));
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kevmo314 I had to change this file to use cudaMalloc instead of cudaMallocManaged until we figure out the latter.

@brodeynewman brodeynewman merged commit 62bbf9e into main Nov 22, 2024
1 check passed
@brodeynewman brodeynewman deleted the brodey/cudnn branch November 22, 2024 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants