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
When I add this package cuda_builder = { version = "0.2", path = "./Rust-CUDA/crates/cuda_builder" }
And compiled, and then they started a bunch of bugs, I had LLVM_ and CUDA installed
rustc_codegen_nvvm(build)
The text was updated successfully, but these errors were encountered:
I may have forgotten to mention it in the guide but you must copy the rust-toolchain file to your own project root, that is because the codegen uses rustc internals so it cannot be stable until it is upstreamed in rustc
When I add this package
cuda_builder = { version = "0.2", path = "./Rust-CUDA/crates/cuda_builder" }
And compiled, and then they started a bunch of bugs, I had LLVM_ and CUDA installed
rustc_codegen_nvvm(build)

The text was updated successfully, but these errors were encountered: