mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-20 07:04:05 -05:00
6 lines
200 B
Plaintext
Executable File
6 lines
200 B
Plaintext
Executable File
The package nccl provides CMake variables:
|
|
|
|
find_package(NCCL REQUIRED)
|
|
target_link_libraries(main PRIVATE ${NCCL_LIBRARIES})
|
|
target_include_directories(main PRIVATE ${NCCL_INCLUDE_DIRS})
|