|
|
|
|
|
by the__alchemist
33 days ago
|
|
Cudarc slaps! > Most Rust CUDA crates obv rely on calling CMake or nvcc, which can make compilation painfully slow. I anecdotally haven't hit this; see the `cuda_setup` crate I made to handle the build scripts; it is a simple `build.rs` which only recompiles if the file changes, and it's a tiny compile time (compared to the rust CPU-side code) |
|