We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb69fc commit ddfbcfbCopy full SHA for ddfbcfb
.github/workflows/test-gpu.yaml
@@ -54,7 +54,7 @@ jobs:
54
shell: bash
55
run: |
56
mkdir artifacts
57
- CUDAARCHS=80 CARGO_TARGET_DIR=./build \
+ CUDAARCHS=80;89;90 CARGO_TARGET_DIR=./build \
58
cargo +$RUST_TOOLCHAIN test -p ${{ matrix.package }} --no-run --release --target x86_64-unknown-linux-gnu --message-format=json -q \
59
| jq -r 'select(.executable != null) | .executable' \
60
| while read binary; do
0 commit comments