Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/willxxy/gpu-tools

Tools for GPU
https://github.com/willxxy/gpu-tools

Last synced: 20 days ago
JSON representation

Tools for GPU

Awesome Lists containing this project

README

        

# GPU Tools

Simple python tools for synchronizing PyTorch and GPU usage on respective OS.

Note: Mostly tested on torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1.

## Tools Available

1. Simple checks whether CUDA is available.
2. Identification of which GPU(s) are available and in use.
3. Simple checks for correctly allocating or creating tensor to and from GPU.
4. Simple checks for distributed training across multiple GPUs.
5. Example of Distributed Data Parallel training with MNIST