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

Fixed linux performance by adding F16C to list of required specialized instructions. #246

Merged
merged 4 commits into from
Oct 30, 2024

Conversation

sandrohanea
Copy link
Owner

I was using -DGGML_NATIVE=ON before which was just using all the instructions available on the build machine (including F16C).

Once I removed it during 5ddb2c7 it started to be a lot slower.

F16C instruction is utilized heavily during CPU inference.

@sandrohanea sandrohanea merged commit 81138d1 into main Oct 30, 2024
20 checks passed
@sandrohanea sandrohanea deleted the fix/linux-perforamance branch October 30, 2024 23:45
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.

1 participant