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

opencl: Fix ulong kernel args were set from int variables #12174

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

linehill
Copy link
Contributor

@linehill linehill commented Mar 4, 2025

... which left garbage bits in the upper half of the kernel args. This caused segmentation faults when running on PoCL.

... which left garbage bits in the upper half of the kernel args. This
caused segmentation faults when running PoCL.
@github-actions github-actions bot added the ggml changes relating to the ggml tensor library for machine learning label Mar 4, 2025
@slaren slaren merged commit f792439 into ggml-org:master Mar 6, 2025
47 checks passed
@max-krasnyansky
Copy link
Collaborator

Sorry for the delay.
@slaren Thanks for merging. Looks good to me.

mglambda pushed a commit to mglambda/llama.cpp that referenced this pull request Mar 8, 2025
…org#12174)

... which left garbage bits in the upper half of the kernel args. This
caused segmentation faults when running PoCL.
arthw pushed a commit to arthw/llama.cpp that referenced this pull request Mar 19, 2025
…org#12174)

... which left garbage bits in the upper half of the kernel args. This
caused segmentation faults when running PoCL.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ggml changes relating to the ggml tensor library for machine learning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants