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 f7d98c0 commit 4f8eef0Copy full SHA for 4f8eef0
1 file changed
.github/workflows/test-wheel-linux.yml
@@ -261,16 +261,6 @@ jobs:
261
LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
262
run: run-tests bindings
263
264
- - name: Run cuda.bindings examples
265
- if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' }}
266
- env:
267
- CUDA_VER: ${{ matrix.CUDA_VER }}
268
- LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
269
- run: |
270
- pushd cuda_bindings
271
- ${SANITIZER_CMD} pytest -ra -s -vv examples/
272
- popd
273
-
274
- name: Run cuda.bindings benchmarks (smoke test)
275
if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' }}
276
run: |
0 commit comments