-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build NVVM using LLVM_CONFIG #178
Comments
The codegen backend requires you to use the same nightly rust version as in our repo, currently Edit: just realized your using the version 0.3 from crates IO, which is currently on a much older nightly, and may not build properly with its current dependencies. Try using what’s currently in main branch. |
Hi @gastrodon , I would suggest use the current main branch's container support to try the https://github.com/Rust-GPU/Rust-CUDA/tree/main/container Quote the README here:
|
@gastrodon did |
Hey thanks for the reply. The thing about the rustc-toolchain file makes sense, I'm currently indisposed, and will see what a build looks like when I'm back on my computer with a cuda-compatible GPU. |
I'm trying to build the
add
example, usingllvm70
onx86_64-unknown-linux-gnu
. I'm unable to get NVVM to build, it looks like a some kind of version mismatch? Lots of incorrect usage, and unresolved imports.I've included the entire cargo build out: https://pastebin.com/rzggDiNU
The text was updated successfully, but these errors were encountered: