Remix.run Logo
the__alchemist 2 hours ago

This isn't a new GPU language; it's a lib which might replace FFI and third party libs.

rowanG077 2 hours ago | parent [-]

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.

the__alchemist 2 hours ago | parent [-]

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.

rowanG077 an hour ago | parent [-]

That's after you have installed their entire build infra + dependencies. They ship their own cargo subcommand.