Comment on CUDA-oxide: Nvidia's official Rust to CUDA compilerparentComments−the__alchemist4moThis isn't a new GPU language; it's a lib which might replace FFI and third party libs.−rowanG0774moThis 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.−the__alchemist4moOk. 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.−rowanG0774moThat's after you have installed their entire build infra + dependencies. They ship their own cargo subcommand.
Comments
This isn't a new GPU language; it's a lib which might replace FFI and third party libs.
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.