Skip to content

Commit ab9baf5

Browse files
Merge pull request #1911 from ProGTX/peter/xpti-static
[CUDA] Don't import XPTI symbols in the plugin library
2 parents 1fef4e2 + c571ec4 commit ab9baf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/adapters/cuda/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ if (UR_ENABLE_TRACING)
9898
endif()
9999
target_compile_definitions(${TARGET_NAME} PRIVATE
100100
XPTI_ENABLE_INSTRUMENTATION
101+
XPTI_STATIC_LIBRARY
101102
)
102103
target_include_directories(${TARGET_NAME} PUBLIC
103104
${XPTI_INCLUDES}

0 commit comments

Comments
 (0)