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 6a3acf2 commit af120c2Copy full SHA for af120c2
mlx/distributed/nccl/nccl_stub/CMakeLists.txt
@@ -8,6 +8,7 @@ file(
8
"${CMAKE_CURRENT_BINARY_DIR}/nccl.h")
9
10
add_library(nccl SHARED nccl_stubs.cpp)
11
+set_target_properties(nccl PROPERTIES SOVERSION 2)
12
find_package(CUDAToolkit REQUIRED)
13
target_include_directories(nccl PRIVATE ${CUDAToolkit_INCLUDE_DIRS})
14
target_include_directories(nccl PRIVATE ${CMAKE_CURRENT_BINARY_DIR})
0 commit comments