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

Add dsp backend in ggml.h #794

Closed
zhouwg opened this issue Apr 10, 2024 · 2 comments
Closed

Add dsp backend in ggml.h #794

zhouwg opened this issue Apr 10, 2024 · 2 comments

Comments

@zhouwg
Copy link
Contributor

zhouwg commented Apr 10, 2024

could a dsp backend be added in this file for fix an opening issue #771?

GGML_BACKEND_TYPE_DSP = 30,

https://github.com/ggerganov/ggml/blob/master/include/ggml/ggml.h#L385

@slaren
Copy link
Collaborator

slaren commented Apr 10, 2024

The aim is to remove ggml_tensor::backend, so we do not want to add to it. New backends should use the buffer type to identify the location of a tensor.

@slaren slaren closed this as not planned Won't fix, can't repro, duplicate, stale Apr 10, 2024
@zhouwg
Copy link
Contributor Author

zhouwg commented Apr 11, 2024

thanks for your comment. I see now.

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

No branches or pull requests

2 participants