Skip to content

Commit 0f2d1f4

Browse files
committed
Merging this PR with the fix-l0-test PR
1 parent 219903d commit 0f2d1f4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/adapters/level_zero/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ if(NOT WIN32)
5656
)
5757

5858
target_link_libraries(test-adapter-level_zero_ze_calls PRIVATE zeCallMap)
59-
endif()
60-
61-
if(NOT WIN32)
62-
# Make L0 use CallMap from a seprate shared lib so that we can access the map
63-
# from the tests. This only seems to work on linux
64-
add_library(zeCallMap SHARED zeCallMap.cpp)
65-
target_compile_definitions(ur_adapter_level_zero PRIVATE UR_L0_CALL_COUNT_IN_TESTS)
66-
target_link_libraries(ur_adapter_level_zero PRIVATE zeCallMap)
6759

6860
add_adapter_test(level_zero_multi_queue
6961
FIXTURE DEVICES

0 commit comments

Comments
 (0)