Is that possible to build it without CUDA?
- Dominant language
- Rust
- Stars
- 46
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
I got cuda-related error.
```text
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:
```text
cargo run --bin examples2d
```
Is that possible to build it without CUDA?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.