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

Is there any plan of making an OpenCL accelerated version for non-CUDA users? #82

Open
CoryKornowicz opened this issue Jan 21, 2022 · 1 comment

Comments

@CoryKornowicz
Copy link

The CUDA implementation is amazing, but for systems that don't have Nvidia GPU's are there any plans of making an (expectably much slower) more general implementation?

@dkoes
Copy link
Contributor

dkoes commented Jan 21, 2022

To do that well would be a massive undertaking. The shortcut approach is to replace the CPU's matrix operations with OpenCL accelerated versions which in theory might require minimal effort. I plan at some point to do this to take advantage of Apple's Neural Engine and can look into doing it for OpenCL as well, but this isn't a high priority. Contributions are always welcome.

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