Skip to content

cpu: fix cpu backend's supports-op for GET_ROWS_BACK #1190

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

Merged
merged 1 commit into from
Apr 11, 2025

Conversation

cmdr2
Copy link
Collaborator

@cmdr2 cmdr2 commented Apr 11, 2025

Minor fix. This PR fixes a fatal when running test-backend-ops with only the CPU backend (i.e. test-backend-ops -b CPU).

GET_ROWS_BACK(type=bf16,n=256,m=5,r=4,b=1,v=0): C:\path\to\ggml\src\ggml-cpu\ops.cpp:4468: fatal error

GET_ROWS_BACK does not support bf16 on the CPU currently.

Not a big deal, just a minor inconsistency. I find -b CPU useful sometimes, for a quick "shake down" test of CPU-side changes.

…hen running test-backend-ops with only the CPU backend
@cmdr2 cmdr2 merged commit f71d538 into ggml-org:master Apr 11, 2025
3 checks passed
@cmdr2
Copy link
Collaborator Author

cmdr2 commented Apr 11, 2025

Thanks, it passed the CI tests in the PR. Squash-merged.

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