Skip to content
Snippets Groups Projects

Add CUDA support to HerculesBox

Merged rarbore2 requested to merge cudart into main
1 file
+ 1
5
Compare changes
  • Side-by-side
  • Inline
+ 1
5
build-job:
stage: build
script:
- cargo build
test-job:
stage: test
script:
- cargo test
- cargo test --features=cuda
Loading