@@ -36,7 +36,9 @@ We recommend using Anaconda as Python package management system. The followings
3636 | ` torch ` | ` oneccl_bindings_for_pytorch ` |
3737 | :-------------------------------------------------------------: | :-----------------------------------------------------------------------: |
3838 | ` master ` | ` master ` |
39- | [ v2.6.0] ( https://github.com/pytorch/pytorch/tree/v2.6.0 ) | [ ccl_torch2.5.0] ( https://github.com/intel/torch-ccl/tree/ccl_torch2.6.0+xpu ) |
39+ | [ v2.8.0] ( https://github.com/pytorch/pytorch/tree/v2.8.0 ) | [ ccl_torch2.8.0] ( https://github.com/intel/torch-ccl/tree/ccl_torch2.8.0+xpu ) |
40+ | [ v2.7.0] ( https://github.com/pytorch/pytorch/tree/v2.7.0 ) | [ ccl_torch2.7.0] ( https://github.com/intel/torch-ccl/tree/ccl_torch2.7.0+xpu ) |
41+ | [ v2.6.0] ( https://github.com/pytorch/pytorch/tree/v2.6.0 ) | [ ccl_torch2.6.0] ( https://github.com/intel/torch-ccl/tree/ccl_torch2.6.0+xpu ) |
4042 | [ v2.5.0] ( https://github.com/pytorch/pytorch/tree/v2.5.0 ) | [ ccl_torch2.5.0] ( https://github.com/intel/torch-ccl/tree/ccl_torch2.5.0+xpu ) |
4143 | [ v2.3.1] ( https://github.com/pytorch/pytorch/tree/v2.3.1 ) | [ ccl_torch2.3.100] ( https://github.com/intel/torch-ccl/tree/ccl_torch2.3.100+xpu ) |
4244 | [ v2.1.0] ( https://github.com/pytorch/pytorch/tree/v2.1.0 ) | [ ccl_torch2.1.400] ( https://github.com/intel/torch-ccl/tree/ccl_torch2.1.400+xpu ) |
@@ -61,7 +63,7 @@ The usage details can be found in the README of corresponding branch.
6163
6264- Python 3.8 or later and a C++17 compiler
6365
64- - PyTorch v2.6 .0
66+ - PyTorch v2.8 .0
6567
6668## Build Option List
6769
@@ -95,7 +97,7 @@ The following launch options are supported in Intel® oneCCL Bindings for PyTorc
9597
9698 ``` bash
9799 git clone https://github.com/intel/torch-ccl.git && cd torch-ccl
98- git checkout ccl_torch2.6 .0+xpu
100+ git checkout ccl_torch2.8 .0+xpu
99101 git submodule sync
100102 git submodule update --init --recursive
101103 ```
@@ -117,24 +119,26 @@ The following launch options are supported in Intel® oneCCL Bindings for PyTorc
117119
118120Wheel files are available for the following Python versions. Please always use the latest release to get started.
119121
120- | Extension Version | Python 3.6 | Python 3.7 | Python 3.8 | Python 3.9 | Python 3.10 | Python 3.11 | Python 3.12 | Python 3.13 |
121- | :---------------: | :--------: | :--------: | :--------: | :--------: | :---------: | :---------: | :---------: | :---------: |
122- | 2.6.0 | | | | √ | √ | √ | √ | √ |
123- | 2.5.1 | | | | √ | √ | √ | √ | |
124- | 2.3.100 | | | √ | √ | √ | √ | | |
125- | 2.1.400 | | | √ | √ | √ | √ | | |
126- | 2.1.300 | | | √ | √ | √ | √ | | |
127- | 2.1.200 | | | √ | √ | √ | √ | | |
128- | 2.1.100 | | | √ | √ | √ | √ | | |
129- | 2.0.100 | | | √ | √ | √ | √ | | |
130- | 1.13 | | √ | √ | √ | √ | | | |
131- | 1.12.100 | | √ | √ | √ | √ | | | |
132- | 1.12.0 | | √ | √ | √ | √ | | | |
133- | 1.11.0 | | √ | √ | √ | √ | | | |
134- | 1.10.0 | √ | √ | √ | √ | | | | |
122+ | Extension Version | Python 3.6 | Python 3.7 | Python 3.8 | Python 3.9 | Python 3.10 | Python 3.11 | Python 3.12 | Python 3.13 | Python 3.13t |
123+ | :---------------: | :--------: | :--------: | :--------: | :--------: | :---------: | :---------: | :---------: | :---------: | :----------: |
124+ | 2.8.0 | | | | √ | √ | √ | √ | √ | √ |
125+ | 2.7.0 | | | | √ | √ | √ | √ | √ | √ |
126+ | 2.6.0 | | | | √ | √ | √ | √ | √ | |
127+ | 2.5.1 | | | | √ | √ | √ | √ | | |
128+ | 2.3.100 | | | √ | √ | √ | √ | | | |
129+ | 2.1.400 | | | √ | √ | √ | √ | | | |
130+ | 2.1.300 | | | √ | √ | √ | √ | | | |
131+ | 2.1.200 | | | √ | √ | √ | √ | | | |
132+ | 2.1.100 | | | √ | √ | √ | √ | | | |
133+ | 2.0.100 | | | √ | √ | √ | √ | | | |
134+ | 1.13 | | √ | √ | √ | √ | | | | |
135+ | 1.12.100 | | √ | √ | √ | √ | | | | |
136+ | 1.12.0 | | √ | √ | √ | √ | | | | |
137+ | 1.11.0 | | √ | √ | √ | √ | | | | |
138+ | 1.10.0 | √ | √ | √ | √ | | | | | |
135139
136140``` bash
137- python -m pip install oneccl_bind_pt==2.6 .0 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
141+ python -m pip install oneccl_bind_pt==2.8 .0 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
138142```
139143
140144** Note:** Please set proxy or update URL address to https://pytorch-extension.intel.com/release-whl/stable/xpu/cn/ if you meet connection issue.
0 commit comments