Skip to content

Commit

Permalink
Update docs/src/guide/gpu.md
Browse files Browse the repository at this point in the history
  • Loading branch information
askorupka authored Aug 3, 2024
1 parent 22b35a0 commit 7d03ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/guide/gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ julia> y = x .^ 3
0.0137076 0.0362744 0.791443 0.171815 0.620854 0.668804 0.53197 0.819654 0.108651 0.179971 0.312918 0.388508 0.907292 0.00155418 0.29 0.435899
```

You can also use `DistributedUtils.DistributedDataContainer` to split the data uniformly accross processes.
You can also use `DistributedUtils.DistributedDataContainer` to split the data uniformly across processes.

```julia-repl
julia> data = DistributedUtils.DistributedDataContainer(backend, x)
Expand Down

0 comments on commit 7d03ef7

Please sign in to comment.