Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iain-s/torch-oneapi

Utils, tests and docs for using Intel oneAPI and PyTorch.
https://github.com/iain-s/torch-oneapi

Last synced: 4 days ago
JSON representation

Utils, tests and docs for using Intel oneAPI and PyTorch.

Awesome Lists containing this project

README

        

# torch-oneapi

Utils, tests and docs for using Intel oneAPI and PyTorch.

## Files

### my_ddp.py

A simple linear regression DNN used to check whether we can run DDP on XPUs.

```bash
CCL_ZE_IPC_EXCHANGE=sockets TORCH_DEVICE=xpu mpirun -n 2 python my_ddp.py
```