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 219903d commit 0f2d1f4Copy full SHA for 0f2d1f4
test/adapters/level_zero/CMakeLists.txt
@@ -56,14 +56,6 @@ if(NOT WIN32)
56
)
57
58
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)
67
68
add_adapter_test(level_zero_multi_queue
69
FIXTURE DEVICES
0 commit comments