Skip to content

Commit ddfbcfb

Browse files
chore: add more cuda archs to be compatible with more gpu
1 parent ccb69fc commit ddfbcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-gpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
shell: bash
5555
run: |
5656
mkdir artifacts
57-
CUDAARCHS=80 CARGO_TARGET_DIR=./build \
57+
CUDAARCHS=80;89;90 CARGO_TARGET_DIR=./build \
5858
cargo +$RUST_TOOLCHAIN test -p ${{ matrix.package }} --no-run --release --target x86_64-unknown-linux-gnu --message-format=json -q \
5959
| jq -r 'select(.executable != null) | .executable' \
6060
| while read binary; do

0 commit comments

Comments
 (0)