Skip to content

Commit fd9e031

Browse files
committed
update readme for 2.3.100 (#212) (#214)
1 parent 2aa8a83 commit fd9e031

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@ The table below shows which functions are available for use with CPU / Intel dGP
2929
| `barrier` |||
3030

3131

32-
## Pytorch API Align
32+
## PyTorch API Align
3333

34-
We recommend using Anaconda as Python package management system. The followings are the corresponding branches (tags) of `oneccl_bindings_for_pytorch` and supported Pytorch.
34+
We recommend using Anaconda as Python package management system. The followings are the corresponding branches (tags) of `oneccl_bindings_for_pytorch` and supported PyTorch.
3535

3636
| `torch` | `oneccl_bindings_for_pytorch` |
3737
| :-------------------------------------------------------------: | :-----------------------------------------------------------------------: |
3838
| `master` | `master` |
39+
| [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) |
3940
| [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) |
4041
| [v2.1.0](https://github.com/pytorch/pytorch/tree/v2.1.0) | [ccl_torch2.1.300](https://github.com/intel/torch-ccl/tree/ccl_torch2.1.300+xpu) |
4142
| [v2.1.0](https://github.com/pytorch/pytorch/tree/v2.1.0) | [ccl_torch2.1.200](https://github.com/intel/torch-ccl/tree/ccl_torch2.1.200+xpu) |
@@ -58,19 +59,19 @@ The usage details can be found in the README of corresponding branch.
5859

5960
- Python 3.8 or later and a C++17 compiler
6061

61-
- PyTorch v2.1.0
62+
- PyTorch v2.3.1
6263

6364
## Build Option List
6465

6566
The following build options are supported in Intel® oneCCL Bindings for PyTorch*.
6667

6768
| Build Option | Default Value | Description |
6869
| :---------------------------------- | :------------- | :-------------------------------------------------------------------------------------------------- |
69-
| COMPUTE_BACKEND | | Set oneCCL `COMPUTE_BACKEND`, set to `dpcpp` and use DPC++ compiler to enable support for Intel XPU |
70+
| COMPUTE_BACKEND | N/A | Set oneCCL `COMPUTE_BACKEND`, set to `dpcpp` and use DPC++ compiler to enable support for Intel XPU |
7071
| USE_SYSTEM_ONECCL | OFF | Use oneCCL library in system |
7172
| CCL_PACKAGE_NAME | oneccl-bind-pt | Set wheel name |
7273
| ONECCL_BINDINGS_FOR_PYTORCH_BACKEND | cpu | Set backend |
73-
| CCL_SHA_VERSION | False | Add git head sha version to be wheel name |
74+
| CCL_SHA_VERSION | False | Add git head sha version into wheel name |
7475

7576
## Launch Option List
7677

@@ -92,7 +93,7 @@ The following launch options are supported in Intel® oneCCL Bindings for PyTorc
9293

9394
```bash
9495
git clone https://github.com/intel/torch-ccl.git && cd torch-ccl
95-
git checkout ccl_torch2.1.400+xpu
96+
git checkout ccl_torch2.3.100+xpu
9697
git submodule sync
9798
git submodule update --init --recursive
9899
```
@@ -116,6 +117,7 @@ Wheel files are available for the following Python versions. Please always use t
116117

117118
| Extension Version | Python 3.6 | Python 3.7 | Python 3.8 | Python 3.9 | Python 3.10 | Python 3.11 |
118119
| :---------------: | :--------: | :--------: | :--------: | :--------: | :---------: | :---------: |
120+
| 2.3.100 | | |||||
119121
| 2.1.400 | | |||||
120122
| 2.1.300 | | |||||
121123
| 2.1.200 | | |||||
@@ -128,7 +130,7 @@ Wheel files are available for the following Python versions. Please always use t
128130
| 1.10.0 ||||| | |
129131

130132
```bash
131-
python -m pip install oneccl_bind_pt==2.1.400 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
133+
python -m pip install oneccl_bind_pt==2.3.100 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
132134
```
133135

134136
**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

Comments
 (0)