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 3257477 commit 833e625Copy full SHA for 833e625
1 file changed
.github/workflows/test-wheel-linux.yml
@@ -254,6 +254,16 @@ jobs:
254
LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
255
run: run-tests bindings
256
257
+ - name: Run cuda.bindings examples
258
+ if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' }}
259
+ env:
260
+ CUDA_VER: ${{ matrix.CUDA_VER }}
261
+ LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
262
+ run: |
263
+ pushd cuda_bindings
264
+ ${SANITIZER_CMD} python -m pytest -ra -s -vv examples/
265
+ popd
266
+
267
- name: Run cuda.core tests
268
env:
269
CUDA_VER: ${{ matrix.CUDA_VER }}
0 commit comments