You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Component | oneCCL_Getting_Started | Those C++ & C API example demonstrates basic of oneCCL programming model by invoking different collective operations such as allreduce. |
15
-
| Component | 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)|
14
+
| 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. |
15
+
| 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)|
16
17
> Notice : Please use Intel oneAPI DevCloud as the environment for jupyter notebook samples. \
17
18
Users can refer to [DevCloud Getting Started](https://devcloud.intel.com/oneapi/get-started/) for using DevCloud \
18
19
Users can use JupyterLab from DevCloud via "One-click Login in", and download samples via "git clone" or the "oneapi-cli" tool \
> Notice : Please use Intel oneAPI DevCloud as the environment for jupyter notebook samples. \
20
19
Users can refer to [DevCloud Getting Started](https://devcloud.intel.com/oneapi/get-started/) for using DevCloud \
21
20
Users can use JupyterLab from DevCloud via "One-click Login in", and download samples via "git clone" or the "oneapi-cli" tool \
@@ -47,7 +46,7 @@ You can refer to this page [oneAPI](https://software.intel.com/en-us/oneapi) for
47
46
48
47
The samples below require the following components, which are part of the [Intel oneAPI Base Tookit](https://software.intel.com/en-us/oneapi/oneapi-kit)
The samples also require OpenCL driver. Please refer [System Requirements](https://software.intel.com/en-us/articles/intel-oneapi-base-toolkit-system-requirements) for OpenCL driver installation.
@@ -66,7 +65,7 @@ You can refer to this page [oneAPI](https://software.intel.com/en-us/oneapi) for
66
65
67
66
- Build the samples with GCC for CPU only \
68
67
please replace ${ONEAPI_ROOT} for your installation path. \
| Component | [getting_started](getting_started) | A C++ sample demonstrating basics of oneDNN programming model. The sample also includes a Jupyter notebook with step by step instructions on building code with different compilers and runtime configurations oneDNN support.
19
+
| Component | [getting_started](getting_started) | A C++ sample demonstrating basics of oneDNN programming model.
20
20
| Component | [dpcpp_interoparibility](dpcpp_interoperability) | A DPC++ example demonstrating interoperaility of oneDNN with DPC++ application code.
21
-
| Component | [simple_model](simple_model) | A C++ example demonstrating implmentation of simple convolutional model with oneDNN. The samples also include a Jupyter notebook with step by step instructions on running oneDNN-based application on a GPU.
21
+
| Component | [simple_model](simple_model) | A C++ example demonstrating implmentation of simple convolutional model with oneDNN.
22
+
| Component | [tutorials](tutorials) | Hands-on Jupyter notebook tutorials among different topics.
| Component | oneDNN_Profiling_VerboseMode_JITDump.ipynb | This Jupyter Notebook demonstrates how to use Verbose Mode and JIT Dump to profile oneDNN samples. |
15
-
| Component | oneDNN_Analyze_ISA_with_DispatcherControl.ipynb | This Jupyter Notebook demonstrates how to use CPU Dispatch Control to generate JIT codes among different ISA on CPU and also analyze JIT kernels among ISAs.|
14
+
| Component |[getting_started](getting_started.ipynb)| The sample also includes a Jupyter notebook with step by step instructions on building code with different compilers and runtime configurations oneDNN support. |
15
+
| Component |[simple_model](simple_model.ipynb)| A Jupyter notebook with step by step instructions on running oneDNN-based application on a GPU. |
16
+
| Component |[oneDNN_Profiling_VerboseMode_JITDump](oneDNN_Profiling_VerboseMode_JITDump.ipynb)| This Jupyter Notebook demonstrates how to use Verbose Mode and JIT Dump to profile oneDNN samples. |
17
+
| Component |[oneDNN_Analyze_ISA_with_DispatcherControl](oneDNN_Analyze_ISA_with_DispatcherControl.ipynb)| This Jupyter Notebook demonstrates how to use CPU Dispatch Control to generate JIT codes among different ISA on CPU and also analyze JIT kernels among ISAs.|
16
18
> Notice : Please use Intel oneAPI DevCloud as the environment for jupyter notebook samples. \
17
19
Users can refer to [DevCloud Getting Started](https://devcloud.intel.com/oneapi/get-started/) for using DevCloud \
18
20
Users can use JupyterLab from DevCloud via "One-click Login in", and download samples via "git clone" or the "oneapi-cli" tool \
0 commit comments