Top Themes from the Discussion
1. Near‑drop‑in replacement for cudarc
"This honestly looks like it could be a near drop-in replacement." — arpadav
2. Vendor lock‑in & closed‑source driver concerns
"The problem is, it still doesn’t really move the needle if you really don’t like running closed source drivers and runtime binaries and care about open source." — pjmlp
3. Rust’s safety & memory model on the GPU
"A GPU kernel runs thousands of threads that all see the same memory at the same time. The borrow checker was not designed for this… If it’s not safe.. what’s the point of Rust?" — debugnik