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

CUDA: fix DEBUG_CUDA_MALLOC #5729

Merged

Conversation

JohannesGaessler
Copy link
Collaborator

@JohannesGaessler JohannesGaessler commented Feb 26, 2024

Defining DEBUG_CUDA_MALLOC is currently broken on master. This PR fixes the debug code.

ggml-cuda.cu Outdated
Comment on lines 8082 to 8083
int id;
CUDA_CHECK(cudaGetDevice(&id));
Copy link
Member

Choose a reason for hiding this comment

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

The device parameter should be used instead.

@JohannesGaessler JohannesGaessler merged commit 47bb7b4 into ggml-org:master Feb 26, 2024
53 of 58 checks passed
jordankanter pushed a commit to jordankanter/llama.cpp that referenced this pull request Mar 13, 2024
hodlen pushed a commit to hodlen/llama.cpp that referenced this pull request Apr 1, 2024
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