We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16daea4 commit 30429b3Copy full SHA for 30429b3
.github/workflows/test-gpu.yaml
@@ -65,7 +65,11 @@ jobs:
65
runs-on: [ matterlabs-ci-gpu-runner ]
66
strategy:
67
matrix:
68
+ cuda: [ "12.6.0-devel-ubuntu24.04" ]
69
package: [ "zksmith" ]
70
+ container:
71
+ image: nvidia/cuda:${{ matrix.cuda }}
72
+
73
needs: zksync-airbender-build
74
steps:
75
- name: Prepare environment
@@ -86,7 +90,6 @@ jobs:
86
90
87
91
- name: Run test binary built with CUDA 12.6
88
92
id: test_cuda_12_6
89
- continue-on-error: true
93
run: |
94
chmod +x zksync-airbender-test-binary/12.6/${{ matrix.package }}
95
zksync-airbender-test-binary/12.6/${{ matrix.package }} --nocapture
0 commit comments