VEDA PyTorch
Project description
VEDA PyTorch
VEDA PyTorch is a library to add device support for the NEC SX-Aurora TSUBASA into PyTorch.
Release Notes
| 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 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file veda_pytorch-14.0.1-py3-none-any.whl.
File metadata
- Download URL: veda_pytorch-14.0.1-py3-none-any.whl
- Upload date:
- Size: 55.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ae13ae806cdc47c1d865f41f2cf06b73fe8a7e49b7ed098d624a6c16c5c67de
|
|
| MD5 |
cb9724a23d444e28260daf0237f15490
|
|
| BLAKE2b-256 |
c16f89a51d4a7d48c13d1c1f134c794727d4679c50775f48797ff4beeac37f8d
|