You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Please consider adding Support for other Architectures such as RISCV or ARM as some of these also have
OpenCL support for their GPU's
The text was updated successfully, but these errors were encountered: