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