Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glwagner authored Aug 27, 2024
1 parent 77974a0 commit 0e3876a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ executing some code. The `Device`s currently implemented are
- [`CPUSingleThreaded`](@ref), for a CPU core with a single thread;
- [`CUDADevice`](@ref), for a single CUDA-enabled GPU.

> :warning: [`CPUMultiThreaded`](@ref) is also available, but this device is not
> actively used or developed.
!!! warn [`CPUMultiThreaded`](@ref) is also available, but this device is not
actively used or developed.

`Device`s are part of [`Context`](@ref `AbstractCommsContext`)s,
objects that contain information require for multiple `Device`s to communicate.
Expand Down

0 comments on commit 0e3876a

Please sign in to comment.