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

ggml : use SYS_get_cpu if SYS_getcpu is not defined #5906

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

cebtenzzre
Copy link
Collaborator

Alternative to ggerganov/whisper.cpp#1897. Choosing this venue because I have collaborator permissions here, and that PR has gone nowhere in two weeks.

This is apparently needed on some older versions of glibc.

Fixes #5694
Fixes ggerganov/whisper.cpp#1894

@cebtenzzre cebtenzzre requested a review from ggerganov March 6, 2024 16:13
@cebtenzzre cebtenzzre merged commit e04e04f into master Mar 6, 2024
62 checks passed
@cebtenzzre cebtenzzre deleted the ceb/fix-getcpu-old-glibc branch March 6, 2024 20:42
hazelnutcloud pushed a commit to hazelnutcloud/llama.cpp that referenced this pull request Mar 10, 2024
NeoZhangJianyu pushed a commit to NeoZhangJianyu/llama.cpp that referenced this pull request Mar 12, 2024
jordankanter pushed a commit to jordankanter/llama.cpp that referenced this pull request Mar 13, 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.

ggml.c: error: 'SYS_getcpu' undeclared did you mean 'SYS_get_cpu'
2 participants