File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ jobs:
193
193
gdb --batch -ex r -ex 'info sharedlibrary' -ex 'set print elements 1000' -ex bt --args ${CONDA_PREFIX}/bin/python -m pytest -q -ra --disable-warnings --pyargs dpctl.tests.elementwise.test_trigonometric::test_trig_order -vv || true
194
194
- name : Run tests
195
195
env :
196
- SYCL_QUEUE_THREAD_POOL_SIZE : 6
196
+ SYCL_CACHE_PERSISTENT : 1
197
197
run : |
198
198
. $CONDA/etc/profile.d/conda.sh
199
199
conda activate test_dpctl
@@ -311,8 +311,7 @@ jobs:
311
311
- name : Run tests
312
312
shell : cmd /C CALL {0}
313
313
env :
314
- DPCTL_VERBOSITY : error
315
- SYCL_QUEUE_THREAD_POOL_SIZE : 6
314
+ SYCL_CACHE_PERSISTENT : 1
316
315
run : >-
317
316
conda activate dpctl_test && python -m pytest -v -s --pyargs ${{ env.MODULE_NAME }}
318
317
@@ -630,7 +629,7 @@ jobs:
630
629
id : run-array-api-tests
631
630
shell : bash -l {0}
632
631
env :
633
- SYCL_QUEUE_THREAD_POOL_SIZE : 6
632
+ SYCL_CACHE_PERSISTENT : 1
634
633
run : |
635
634
FILE=/home/runner/work/.report.json
636
635
. $CONDA/etc/profile.d/conda.sh
Original file line number Diff line number Diff line change 92
92
93
93
- name : Build dpctl with coverage
94
94
shell : bash -l {0}
95
+ env :
96
+ SYCL_CACHE_PERSISTENT : 1
95
97
run : |
96
98
source /opt/intel/oneapi/setvars.sh
97
99
python scripts/gen_coverage.py --verbose
Original file line number Diff line number Diff line change @@ -159,8 +159,7 @@ jobs:
159
159
- name : Run dpctl/tests
160
160
shell : bash -l {0}
161
161
env :
162
- SYCL_QUEUE_THREAD_POOL_SIZE : 6
162
+ SYCL_CACHE_PERSISTENT : 1
163
163
run : |
164
164
source set_allvars.sh
165
- # skip test due to https://github.com/intel/llvm/issues/9264
166
- python -m pytest -v dpctl/tests -k "not test_event_backend"
165
+ python -m pytest -v dpctl/tests
You can’t perform that action at this time.
0 commit comments