File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -137,14 +137,16 @@ jobs:
137
137
138
138
- name : Test adapter specific
139
139
env :
140
- ZE_ENABLE_LOADER_DEBUG_TRACE=1
140
+ ZE_ENABLE_LOADER_DEBUG_TRACE : 1
141
+ ZE_DEBUG : 1
141
142
run : ctest -C ${{matrix.build_type}} --test-dir ${{github.workspace}}/build --output-on-failure -L "adapter-specific" -E "memcheck" --timeout 600 -VV
142
143
# Don't run adapter specific tests when building multiple adapters
143
144
if : ${{ matrix.adapter.other_name == '' }}
144
145
145
146
- name : Test adapters
146
147
env :
147
- ZE_ENABLE_LOADER_DEBUG_TRACE=1
148
+ ZE_ENABLE_LOADER_DEBUG_TRACE : 1
149
+ ZE_DEBUG : 1
148
150
run : env UR_CTS_ADAPTER_PLATFORM="${{matrix.adapter.platform}}" ctest -C ${{matrix.build_type}} --test-dir ${{github.workspace}}/build --output-on-failure -L "conformance" --timeout 600 -VV
149
151
150
152
- name : Get information about platform
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
40
40
set (BUILD_STATIC ON )
41
41
42
42
if (UR_LEVEL_ZERO_LOADER_REPO STREQUAL "" )
43
- set (UR_LEVEL_ZERO_LOADER_REPO "https://github.com/nrspruit /level-zero.git" )
43
+ set (UR_LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src /level-zero.git" )
44
44
endif ()
45
45
if (UR_LEVEL_ZERO_LOADER_TAG STREQUAL "" )
46
- set (UR_LEVEL_ZERO_LOADER_TAG a2ff82c2185534eaa3c042e8ce48fe45ef4555c3 )
46
+ set (UR_LEVEL_ZERO_LOADER_TAG e68041555e58e49ab2671cebe65d2762d95fd101 )
47
47
endif ()
48
48
49
49
# Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104
You can’t perform that action at this time.
0 commit comments