aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nccl/usage
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/nccl/usage')
-rw-r--r--vcpkg/ports/nccl/usage5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcpkg/ports/nccl/usage b/vcpkg/ports/nccl/usage
new file mode 100644
index 0000000..62ebd7b
--- /dev/null
+++ b/vcpkg/ports/nccl/usage
@@ -0,0 +1,5 @@
+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})