dimforge / simba

Set of mathematical traits to facilitate the use of SIMD-based AoSoA (Array of Struct of Array) storage pattern.
Apache License 2.0
290 stars 29 forks source link

Add support for rust-CUDA #27

Closed sebcrozet closed 2 years ago

sebcrozet commented 2 years ago

This adds CUDA supports by using the cuda_std crate to call the CUDA float intrinsics when targeting nvptx. This is needed by https://github.com/dimforge/nalgebra/pull/1031