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
error: failed to run custom build command for `cust_raw v0.11.3`
Caused by:
process didn't exit successfully: `/pro/rust/lib/sparkl/target/debug/build/cust_raw-0be2776e22288af7/build-script-build` (exit status: 101)
--- stderr
thread 'main' panicked at 'Could not find a cuda installation', /home/kos/.cargo/registry/src/github.com-1ecc6299db9ec823/find_cuda_helper-0.2.0/src/lib.rs:12:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
I ran it with command:
cargo run --bin examples2d
Is that possible to build it without CUDA?
The text was updated successfully, but these errors were encountered:
Not the author here, but I believe it is, you just will need to run it with different features. I did it a few months ago. I'll try a find the command to get it working.
I got cuda-related error.
I ran it with command:
Is that possible to build it without CUDA?
The text was updated successfully, but these errors were encountered: