We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833e625 commit dbd6464Copy full SHA for dbd6464
1 file changed
.github/workflows/test-wheel-windows.yml
@@ -226,6 +226,17 @@ jobs:
226
shell: bash --noprofile --norc -xeuo pipefail {0}
227
run: run-tests bindings
228
229
+ - name: Run cuda.bindings examples
230
+ if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' }}
231
+ env:
232
+ CUDA_VER: ${{ matrix.CUDA_VER }}
233
+ LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
234
+ shell: bash --noprofile --norc -xeuo pipefail {0}
235
+ run: |
236
+ pushd cuda_bindings
237
+ ${SANITIZER_CMD} python -m pytest -ra -s -vv examples/
238
+ popd
239
+
240
- name: Run cuda.core tests
241
env:
242
CUDA_VER: ${{ matrix.CUDA_VER }}
0 commit comments