We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28615e1 commit 92c9c6fCopy full SHA for 92c9c6f
transformer_engine/common/CMakeLists.txt
@@ -95,6 +95,10 @@ target_include_directories(transformer_engine PRIVATE
95
${cuda_include_path}/../../../lib/python3.1/site-packages/nvidia/nvtx/include/)
96
target_link_libraries(transformer_engine PUBLIC
97
${cuda_include_path}/../../../lib/python3.1/site-packages/nvidia/nvtx/lib/libnvToolsExt.so.1)
98
+set_target_properties(transformer_engine PROPERTIES
99
+ BUILD_RPATH "$ORIGIN/../..;$ORIGIN/nvidia/nvtx/lib"
100
+ INSTALL_RPATH "$ORIGIN/../..;$ORIGIN/nvidia/nvtx/lib"
101
+)
102
103
# Compiler options
104
set_source_files_properties(fused_softmax/scaled_masked_softmax.cu
0 commit comments