Y
Hacker News
new
|
ask
|
show
|
jobs
by
taminka
438 days ago
even putting aside how rust ownership semantics map poorly onto gpu programming, ml researchers will never learn rust, this will never ever happen...
5 comments
pjmlp
438 days ago
While I agree in principle, CUDA is more than only AI, as people keep forgetting.
link
taminka
438 days ago
everyone else who uses cuda isn't going to learn rust either
link
pjmlp
438 days ago
First Rust needs to have tier 1 support for CUDA, in a way that doesn't feel like yak shaving when coding for CUDA.
link
int_19h
438 days ago
The ML researchers are relying on libraries written by someone else. Today, those libraries are mostly C++, and they would benefit from Rust same as most other C++ codebases.
link
malcolmgreaves
438 days ago
ML reachers don’t write code, they ask ChatGPT to make a horribly inefficient, non-portable notebook that has to be rewritten from scratch :)
link
staunton
438 days ago
It's made easier by that notebook only having to work just once, to produce some plots for the paper/press release/demo.
link
saagarjha
438 days ago
I don’t think this is true. It seems to me more that nobody has put in a serious effort to make a nice interface build using Rust.
link
the__alchemist
438 days ago
GPGPU programming != ML.
link