@@ -24,15 +24,15 @@ jobs:
24
24
fail-fast : false
25
25
matrix :
26
26
host-platform :
27
- # - linux-64
28
- # - linux-aarch64
27
+ - linux-64
28
+ - linux-aarch64
29
29
- win-64
30
30
python-version :
31
- # - "3.13"
31
+ - " 3.13"
32
32
- " 3.12"
33
- # - "3.11"
34
- # - "3.10"
35
- # - "3.9"
33
+ - " 3.11"
34
+ - " 3.10"
35
+ - " 3.9"
36
36
cuda-version :
37
37
# Note: this is for build-time only.
38
38
- " 12.8.0"
@@ -208,56 +208,56 @@ jobs:
208
208
run : |
209
209
echo "CUDA_VERSION=${{ matrix.cuda-version }}" >> $GITHUB_OUTPUT
210
210
211
- # test-linux:
212
- # strategy:
213
- # fail-fast: false
214
- # # TODO: add driver version here
215
- # matrix:
216
- # host-platform:
217
- # - linux-64
218
- # - linux-aarch64
219
- # python-version:
220
- # - "3.13"
221
- # - "3.12"
222
- # - "3.11"
223
- # - "3.10"
224
- # - "3.9"
225
- # cuda-version:
226
- # # Note: this is for test-time only.
227
- # - "12.8.0"
228
- # - "12.0.1"
229
- # - "11.8.0"
230
- # local-ctk:
231
- # - 1 # use mini CTK
232
- # - 0 # use CTK wheels
233
- # runner:
234
- # - default
235
- # exclude:
236
- # # To test this combo would require nontrivial installation steps.
237
- # - cuda-version: "12.0.1"
238
- # local-ctk: 0
239
- # include:
240
- # - host-platform: linux-64
241
- # python-version: "3.12"
242
- # cuda-version: "12.8.0"
243
- # local-ctk: 1
244
- # runner: H100
245
- # name: Test (${{ matrix.host-platform }}, Python ${{ matrix.python-version }}, CUDA ${{ matrix.cuda-version }}, Runner ${{ matrix.runner }}, ${{ (matrix.local-ctk == '1' && 'local CTK') || 'CTK wheels' }})
246
- # if: ${{ github.repository_owner == 'nvidia' }}
247
- # permissions:
248
- # contents: read # This is required for actions/checkout
249
- # needs:
250
- # - build
251
- # secrets: inherit
252
- # uses:
253
- # ./.github/workflows/test-wheel-linux.yml
254
- # with:
255
- # host-platform: ${{ matrix.host-platform }}
256
- # python-version: ${{ matrix.python-version }}
257
- # build-ctk-ver: ${{ needs.build.outputs.BUILD_CTK_VER }}
258
- # cuda-version: ${{ matrix.cuda-version }}
259
- # local-ctk: ${{ matrix.local-ctk}}
260
- # runner: ${{ matrix.runner }}
211
+ test-linux :
212
+ strategy :
213
+ fail-fast : false
214
+ # TODO: add driver version here
215
+ matrix :
216
+ host-platform :
217
+ - linux-64
218
+ - linux-aarch64
219
+ python-version :
220
+ - " 3.13"
221
+ - " 3.12"
222
+ - " 3.11"
223
+ - " 3.10"
224
+ - " 3.9"
225
+ cuda-version :
226
+ # Note: this is for test-time only.
227
+ - " 12.8.0"
228
+ - " 12.0.1"
229
+ - " 11.8.0"
230
+ local-ctk :
231
+ - 1 # use mini CTK
232
+ - 0 # use CTK wheels
233
+ runner :
234
+ - default
235
+ exclude :
236
+ # To test this combo would require nontrivial installation steps.
237
+ - cuda-version : " 12.0.1"
238
+ local-ctk : 0
239
+ include :
240
+ - host-platform : linux-64
241
+ python-version : " 3.12"
242
+ cuda-version : " 12.8.0"
243
+ local-ctk : 1
244
+ runner : H100
245
+ name : Test (${{ matrix.host-platform }}, Python ${{ matrix.python-version }}, CUDA ${{ matrix.cuda-version }}, Runner ${{ matrix.runner }}, ${{ (matrix.local-ctk == '1' && 'local CTK') || 'CTK wheels' }})
246
+ if : ${{ github.repository_owner == 'nvidia' }}
247
+ permissions :
248
+ contents : read # This is required for actions/checkout
249
+ needs :
250
+ - build
251
+ secrets : inherit
252
+ uses :
253
+ ./.github/workflows/test-wheel-linux.yml
254
+ with :
255
+ host-platform : ${{ matrix.host-platform }}
256
+ python-version : ${{ matrix.python-version }}
257
+ build-ctk-ver : ${{ needs.build.outputs.BUILD_CTK_VER }}
258
+ cuda-version : ${{ matrix.cuda-version }}
259
+ local-ctk : ${{ matrix.local-ctk}}
260
+ runner : ${{ matrix.runner }}
261
261
262
262
test-windows :
263
263
strategy :
@@ -270,11 +270,11 @@ jobs:
270
270
- " 3.12"
271
271
cuda-version :
272
272
# Note: this is for test-time only.
273
- # - "12.8.0"
273
+ - " 12.8.0"
274
274
- " 11.8.0"
275
275
local-ctk :
276
276
- 1 # use mini CTK
277
- # - 0 # use CTK wheels
277
+ - 0 # use CTK wheels
278
278
runner :
279
279
- default
280
280
name : Test (${{ matrix.host-platform }}, Python ${{ matrix.python-version }}, CUDA ${{ matrix.cuda-version }}, Runner ${{ matrix.runner }}, ${{ (matrix.local-ctk == '1' && 'local CTK') || 'CTK wheels' }})
@@ -316,7 +316,7 @@ jobs:
316
316
checks : read
317
317
needs :
318
318
- build
319
- # - test-linux
319
+ - test-linux
320
320
- test-windows
321
321
- doc
322
322
secrets : inherit
0 commit comments