Skip to content

Commit e417006

Browse files
committed
test cuda version
1 parent 39eb648 commit e417006

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/smoke-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
- name: Run smoke test
3434
run: uv run python -m BackendBench.scripts.main --suite smoke --backend aten
3535

36-
- name: Find cuda version
37-
run: nvcc --version | grep -oP 'release \K[0-9]+.[0- && ls /usr/local | grep cuda
36+
- name: Find CUDA version
37+
run: |
38+
nvcc --version | grep -oP 'release \K[0-9]+\.[0-9]+'
39+
ls /usr/local | grep cuda
3840
3941
- name: Run FACTO test
4042
run: uv run python -m BackendBench.scripts.main --suite facto --backend aten --ops "add.Tensor"

0 commit comments

Comments
 (0)