-
Notifications
You must be signed in to change notification settings - Fork 189
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
error: could not compile nova-snark
(lib test) due to previous error
#279
Comments
Hi! Could you specify what command was run? It appears to be coming from Perhaps, worth compiling it in portable feature? |
Thank you for your kind response! @srinathsetty I run the
I have $ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Sun_Jul_28_19:07:16_PDT_2019
Cuda compilation tools, release 10.1, V10.1.243 error: failed to run custom build command for `sppark v0.1.5`
Caused by:
process didn't exit successfully: `/home/lq/project/Nova/target/debug/build/sppark-90441368c7869e69/build-script-build` (exit status: 101)
--- stdout
cargo:ROOT=/home/lq/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sppark-0.1.5/sppark
--- stderr
thread 'main' panicked at /home/lq/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sppark-0.1.5/build.rs:67:13:
Unsupported CUDA version 10.1 < 11.4
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish... |
Hi @liqi16. I've been unable to reproduce this issue as I don't have a machine with a GPU that matches what you are using. I think this is coming from the pasta-msm crate in your environment. I think the easiest would be to check the following.
I suspect this will fail in your environment. If it fails, could you please open an issue in their repository? If it succeeds, please reopen this issue here. |
* chore: Refactor CUDA feature dependencies in Cargo.toml - Removed unused neptune cuda feature in the project's `Cargo.toml` Closes microsoft#275 * Enable `grumpkin-msm` CUDA feature --------- Co-authored-by: François Garillot <[email protected]>
Hi, when I try to build
My cude version is 11.5 |
When I tried this command: cargo test --release, I met this error.
How can I solve it?
The text was updated successfully, but these errors were encountered: