Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marius311/cudadistributedtools.jl
A set of utility tools for multi-GPU + multi-process workflows
https://github.com/marius311/cudadistributedtools.jl
cuda distributed julia
Last synced: 6 days ago
JSON representation
A set of utility tools for multi-GPU + multi-process workflows
- Host: GitHub
- URL: https://github.com/marius311/cudadistributedtools.jl
- Owner: marius311
- Created: 2023-10-10T18:06:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T14:16:26.000Z (over 1 year ago)
- Last Synced: 2024-12-14T08:27:58.797Z (2 months ago)
- Topics: cuda, distributed, julia
- Language: Julia
- Homepage: http://cosmicmar.com/CUDADistributedTools.jl/
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CUDADistributedTools
A set of utility tools for multi-GPU + multi-process workflows with [CUDA.jl](https://cuda.juliagpu.org/stable/) + [Distributed.jl](https://docs.julialang.org/en/v1/stdlib/Distributed/).
## Install
```
pkg> add https://github.com/marius311/CUDADistributedTools.jl
```## Documentation
Please see [documentation](https://cosmicmar.com/CUDADistributedTools.jl).