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 cddb103 commit ed07130Copy full SHA for ed07130
.github/workflows/conda-package.yml
@@ -291,8 +291,9 @@ jobs:
291
shell: cmd /C CALL {0}
292
env:
293
DPCTL_VERBOSITY: error
294
+ SYCL_QUEUE_THREAD_POOL_SIZE: 6
295
run: >-
- SET SYCL_QUEUE_THREAD_POOL_SIZE=6 && conda activate dpctl_test && python -m pytest -v -s --pyargs ${{ env.MODULE_NAME }}
296
+ conda activate dpctl_test && python -m pytest -v -s --pyargs ${{ env.MODULE_NAME }}
297
298
upload_linux:
299
needs: test_linux
0 commit comments