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 6faa6ef commit a52a66fCopy full SHA for a52a66f
devops/actions/run-tests/e2e/action.yml
@@ -59,6 +59,9 @@ runs:
59
- name: SYCL End-to-end tests
60
shell: bash {0}
61
env:
62
+ SYCL_UR_TRACE: 2
63
+ ZE_DEBUG: 1
64
+ UR_L0_USE_DRIVER_COUNTER_BASED_EVENTS: 0
65
LIT_OPTS: -v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time 3600 --time-tests --param print_features=True --param test-mode=${{ inputs.testing_mode }} --param sycl_devices=${{ inputs.target_devices }} ${{ inputs.extra_lit_opts }}
66
run: |
67
ninja -C build-e2e check-sycl-e2e > e2e.log 2>&1
0 commit comments