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 5ee4337 commit 053d092Copy full SHA for 053d092
test/adapters/level_zero/CMakeLists.txt
@@ -45,7 +45,10 @@ if(UR_BUILD_ADAPTER_L0)
45
# Make L0 use CallMap from a seprate shared lib so that we can access the map
46
# from the tests. This only seems to work on linux
47
add_library(zeCallMap SHARED zeCallMap.cpp)
48
+ install_ur_library(zeCallMap)
49
target_compile_definitions(ur_adapter_level_zero PRIVATE UR_L0_CALL_COUNT_IN_TESTS)
50
+ # TODO: stop exporting internals like this for tests...
51
+ target_link_libraries(ur_adapter_level_zero PRIVATE zeCallMap)
52
53
add_adapter_test(level_zero_ze_calls
54
FIXTURE DEVICES
0 commit comments