Rust-GPU / Rust-CUDA

Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust.
Apache License 2.0
2.97k stars 112 forks source link

Fix guide book to mention `rust-toolchain` and small build fix #76

Closed jac-cbi closed 2 years ago

jac-cbi commented 2 years ago

Using the provided Dockerfile, my new GPU project failed because I didn't know about these two needed changes from the guidebook. Add them to the guidebook so that no one else gets caught by it.

jac-cbi commented 2 years ago

This should fix issue 19