Rust-GPU / Rust-CUDA

Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust.
Apache License 2.0
3.16k stars 120 forks source link

Add arm64 compatibility #126

Open Scout22 opened 2 weeks ago

Scout22 commented 2 weeks ago

I'm currently using the cust library in one of my projects, but I'm running into an issue where the library is not compatible with the arm64 architecture. This is causing build failures in my CI/CD pipeline when targeting arm64 platforms. I understand that the library may have been primarily developed and tested on x86 architectures. However, as the use of arm64-based systems (emdedded device) continues to grow, it would be extremely helpful if the cust library could add support for these architectures.