Skip to content

Commit e9b8f14

Browse files
committed
add one README for oneCCL tutorials
1 parent d664fb5 commit e9b8f14

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Libraries/oneCCL/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ The code samples are licensed under MIT license
1313
| --------- | ----------------------- | ------------------------------------------------------------ |
1414
| Component | [oneCCL_Getting_Started](oneCCL_Getting_Started) | Those C++ & C API example demonstrates basic of oneCCL programming model by invoking different collective operations such as allreduce. |
1515
| Component | [tutorials](tutorials) | Hands-on Jupyter notebook tutorials among different topics. |
16-
| Component | [oneCCL_Getting_Started](oneCCL_Getting_Started.ipynb) |This Jupyter Notebook demonstrates how to compile a oneCCL sample with different releases and how to port a oneCCL sample from CPU-only version to CPU&GPU version by using DPC++ via batch jobs on the Intel oneAPI DevCloud (check below Notice)|
1716
> Notice : Please use Intel oneAPI DevCloud as the environment for jupyter notebook samples. \
1817
Users can refer to [DevCloud Getting Started](https://devcloud.intel.com/oneapi/get-started/) for using DevCloud \
1918
Users can use JupyterLab from DevCloud via "One-click Login in", and download samples via "git clone" or the "oneapi-cli" tool \
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Intel oneAPI Collective Communications Library (oneCCL)
2+
3+
Collective Communication Library is a library providing an efficient implementation of communication patterns usedin deep learning.
4+
5+
Github : https://github.com/oneapi-src/oneCCL
6+
7+
## License
8+
The code samples are licensed under MIT license
9+
10+
# oneCCL samples
11+
12+
| Type | Name | Description |
13+
| --------- | ----------------------- | ------------------------------------------------------------ |
14+
| Component | [oneCCL_Getting_Started](oneCCL_Getting_Started.ipynb) |This Jupyter Notebook demonstrates how to compile a oneCCL sample with different releases and how to port a oneCCL sample from CPU-only version to CPU&GPU version by using DPC++ via batch jobs on the Intel oneAPI DevCloud (check below Notice)|
15+
> Notice : Please use Intel oneAPI DevCloud as the environment for jupyter notebook samples. \
16+
Users can refer to [DevCloud Getting Started](https://devcloud.intel.com/oneapi/get-started/) for using DevCloud \
17+
Users can use JupyterLab from DevCloud via "One-click Login in", and download samples via "git clone" or the "oneapi-cli" tool \
18+
Once users are in the JupyterLab with downloaded jupyter notebook samples, they can start following the steps without further installion needed.

0 commit comments

Comments
 (0)