Rust for GPU programming? My CUDA debugging sessions just got a whole lot less painful, hopefully.
bcjdjsndon 3 hours ago|
There's a lot of unsafe code at that level... Rust probably makes it more painful for little gain
Driftbench 11 hours ago||
Been waiting for something like this. CUDA C++ is a pain; Rust's safety for kernel programming could be a game changer.
nullbio 10 hours ago|
Makes me sad that Go doesn't get love. I feel like Go is perfect for LLMs.
Blackarea 9 hours ago||
Don't think we're gonna see garbage collections anywhere near gpu for many reasons.
pjmlp 6 hours ago|||
Go's type system is not at the same level as C++, Fortran, Python, Julia, Haskell, Java, to quote the languages with CUDA support from NVIDIA and their partners.