Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).