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 Support for other Architectures #4

Open
apcameron opened this issue Apr 3, 2023 · 1 comment
Open

Add Support for other Architectures #4

apcameron opened this issue Apr 3, 2023 · 1 comment

Comments

@apcameron
Copy link

Please consider adding Support for other Architectures such as RISCV or ARM as some of these also have
OpenCL support for their GPU's

@Noeda
Copy link
Owner

Noeda commented Apr 3, 2023

I'm planning on making this happen. I'd have AVX2 "happy path" and then hopefully portable SIMD + some portable BLAS library.

  • Use portable simd as a backup #2 has Rust portable SIMD implementation that needs to be cleaned up, tested and added. This would remove direct dependency on AVX2.

Right now, even the OpenCL version still uses SIMD instructions for several parts which are hard-coded to AVX2.

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