We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39eb648 commit e417006Copy full SHA for e417006
.github/workflows/smoke-test.yml
@@ -33,8 +33,10 @@ jobs:
33
- name: Run smoke test
34
run: uv run python -m BackendBench.scripts.main --suite smoke --backend aten
35
36
- - name: Find cuda version
37
- run: nvcc --version | grep -oP 'release \K[0-9]+.[0- && ls /usr/local | grep cuda
+ - name: Find CUDA version
+ run: |
38
+ nvcc --version | grep -oP 'release \K[0-9]+\.[0-9]+'
39
+ ls /usr/local | grep cuda
40
41
- name: Run FACTO test
42
run: uv run python -m BackendBench.scripts.main --suite facto --backend aten --ops "add.Tensor"
0 commit comments