Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Feb 22, 2024
1 parent c139c12 commit 08fddad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NCCL.jl

A Julia wrapper for the [NVIDIA Collective Communications Library (NCCL)](https://developer.nvidia.com/nccl).
A Julia wrapper for the [NVIDIA Collective Communications Library (NCCL)](https://developer.nvidia.com/nccl).

# API

Expand All @@ -18,8 +18,9 @@ version()
## Communicators

```@docs
Communicator
Communicators
CUDA.CuDevice(comm::Communicator)
device(comm::Communicator)
size(comm::Communicator)
rank(comm::Communicator)
abort(comm::Communicator)
Expand Down Expand Up @@ -50,4 +51,4 @@ avg
```@docs
Send
Recv!
```
```

0 comments on commit 08fddad

Please sign in to comment.