VEDA PyTorch is a library to add device support for the NEC SX-Aurora TSUBASA into PyTorch.
| Version | Comment |
|---|---|
| v14.0.1 |
|
| v14 |
Starting with v14, VEDA PyTorch is no longer distributed as precompiled binary
but gets compiled as PyTorch C++ extension on the target machine. So you don't
need to install a matching binary package anymore!
We further added a experimental implementation for using NEC MPI. You can create the process group as follows:
torch.distributed.init_process_group(
backend = 'veda',
world_size = os.environ['MPISIZE'],
rank = os.environ['MPIRANK'],
store = torch.distributed.Store()
)
Further changes:
|
| v13 |
|
| v12 |
|
| v11 |
|
| v10 |
|
| v9 |
|
| v8 |
|
| v7 |
|
| v6 |
|
| v5 |
|
| v4 |
|
| v3 |
|
| v2 |
|
| v1 | Initial Release |