-
Notifications
You must be signed in to change notification settings - Fork 13.8k
ggml-hexagon: add hex_supported_buffer for better buffer supported check
#17212
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-hexagon: add hex_supported_buffer for better buffer supported check
#17212
Conversation
hex_supported_buffer for better buffer supported checkhex_supported_buffer for better buffer supported check
a9d132d to
d1bfadd
Compare
|
Very nice! btw For the supported buffer I was just going to move it into the |
… for improved flexibility
…ameters to save some instructions
…se.c for better perf
Description
This PR introduces a new
hex_supported_bufferfunction to improve buffer support checking in the ggml-hexagon backend.Changes
hex_supported_buffer()function to centralize and improve the logic for determining whether a buffer is supported by the Hexagon backendBenefits