You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the docs are sadly very outdated right now, in part cause we're starting to replace most ways of running the compiler, with cargo-gpu slowly turning into the new de-facto way. While it progressed far already, it is not yet ready for a full release.
I'm not even sure the Using `.cargo/config.toml` way even works anymore.
git clone https://github.com/Rust-GPU/rust-gpu.git --depth 1
to the end of "Clone therust-gpu
repository"cargo build --release
in rust-gpu" into "cargo build -r -p rustc_codegen_spirv
in rust-gpu"These small changes may reduce the downloading and compiling time as well as space occupation for new users.
The text was updated successfully, but these errors were encountered: