|
34 | 34 | name: Build (${{ matrix.host-platform }}, Python ${{ matrix.python-version }}, CUDA ${{ matrix.cuda-version }})
|
35 | 35 | if: ${{ github.repository_owner == 'nvidia' }}
|
36 | 36 | permissions:
|
37 |
| - id-token: write # This is required for configure-aws-credentials |
38 | 37 | contents: read # This is required for actions/checkout
|
39 | 38 | runs-on: ${{ (matrix.host-platform == 'linux-64' && 'linux-amd64-cpu8') ||
|
40 | 39 | (matrix.host-platform == 'linux-aarch64' && 'linux-arm64-cpu8') ||
|
@@ -105,7 +104,7 @@ jobs:
|
105 | 104 | PARALLEL_LEVEL=${{ env.PARALLEL_LEVEL }}
|
106 | 105 | CIBW_ENVIRONMENT_WINDOWS: >
|
107 | 106 | CUDA_HOME="$(cygpath -w ${{ env.CUDA_PATH }})"
|
108 |
| - # PARALLEL_LEVEL=${{ env.PARALLEL_LEVEL }} |
| 107 | + PARALLEL_LEVEL=${{ env.PARALLEL_LEVEL }} |
109 | 108 | with:
|
110 | 109 | package-dir: ./cuda_bindings/
|
111 | 110 | output-dir: ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
|
@@ -196,10 +195,10 @@ jobs:
|
196 | 195 | - host-platform: linux-64
|
197 | 196 | python-version: "3.12"
|
198 | 197 | cuda-version: "11.8.0"
|
| 198 | + local-ctk: 0 |
199 | 199 | runner: H100
|
200 | 200 | name: Test (${{ matrix.host-platform }}, Python ${{ matrix.python-version }}, CUDA ${{ matrix.cuda-version }}, Runner ${{ matrix.runner }}, ${{ (matrix.local-ctk == '1' && 'local CTK') || 'CTK wheels' }})
|
201 |
| - # The build stage could fail but we want the CI to keep moving. |
202 |
| - if: ${{ github.repository_owner == 'nvidia' && always() }} |
| 201 | + if: ${{ github.repository_owner == 'nvidia' }} |
203 | 202 | permissions:
|
204 | 203 | id-token: write # This is required for configure-aws-credentials
|
205 | 204 | contents: read # This is required for actions/checkout
|
|
0 commit comments