Hacker News new | ask | show | jobs
by the__alchemist 43 days ago
This isn't a new GPU language; it's a lib which might replace FFI and third party libs.
1 comments

This is definitely not just a lib. This compiles rust to CUDA. If you call a full on compiler stack a lib, everything may as well be a lib.
Ok. I am calling it a lib because to use, you add it as a dependency in cargo.toml then import it in your rust modules.
That's after you have installed their entire build infra + dependencies. They ship their own cargo subcommand.