logoalt Hacker News

the__alchemisttoday at 6:00 PM1 replyview on HN

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)


Replies

arpadavtoday at 6:03 PM

i'll have to check this out, thanks!