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 946bab9 commit 2bf35b1Copy full SHA for 2bf35b1
.github/workflows/conda-package.yml
@@ -162,6 +162,11 @@ jobs:
162
. $CONDA/etc/profile.d/conda.sh
163
conda activate test_dpctl
164
python -c "import dpctl; dpctl.lsplatform(verbosity=2)"
165
+ - name: Run test_elementwise under gdb
166
+ run: |
167
+ . $CONDA/etc/profile.d/conda.sh
168
+ conda activate test_dpctl
169
+ gdb --batch -ex r -ex 'info sharedlibrary' -ex 'set print elements 1000' -ex bt --args ${PYTHON} -m pytest -q -ra --disable-warnings --pyargs dpctl.tests.test_tensor_elementwise::test_cos_order -vv
170
- name: Run tests
171
run: |
172
0 commit comments