Skip to content

Commit aa15a05

Browse files
1
1 parent 1ded803 commit aa15a05

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ur-build-hw.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,12 @@ jobs:
215215
ZE_ENABLE_LOADER_DEBUG_TRACE: 1
216216
ZE_DEBUG: 1
217217
UR_SYCL_LIBRARY_DIR: "./dpcpp_compiler/lib"
218-
run: env UR_CTS_ADAPTER_PLATFORM="${{matrix.adapter.platform}}" ctest -C ${{matrix.build_type}} --test-dir build --output-on-failure -L "conformance" --timeout 600
218+
run: env UR_BUILD_ADAPTER_OPENCL=ON UR_CTS_ADAPTER_PLATFORM="${{matrix.adapter.platform}}" ctest -C ${{matrix.build_type}} --test-dir build --output-on-failure -L "conformance" --timeout 600
219219

220220
- name: Get information about platform
221+
env:
222+
ZE_ENABLE_LOADER_DEBUG_TRACE: 1
223+
ZE_DEBUG: 1
224+
UR_SYCL_LIBRARY_DIR: "./dpcpp_compiler/lib"
221225
if: ${{ always() }}
222226
run: ./unified-runtime/.github/scripts/get_system_info.sh

0 commit comments

Comments
 (0)