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
Copy file name to clipboardExpand all lines: Libraries/oneDNN/tutorials/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Third party program Licenses can be found here: [third-party-programs.txt](https
18
18
| Component |[verbose_jitdump](tutorial_verbose_jitdump.ipynb)| This Jupyter Notebook demonstrates how to use Verbose Mode and JIT Dump to profile oneDNN samples. |
19
19
| Component |[analyze_isa_with_dispatcher_control](tutorial_analyze_isa_with_dispatcher_control.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.|
20
20
| Component |[Intel® VTune™ Profiler](tutorial_vtune_profiling.ipynb)| This Jupyter Notebook demonstrates how to use VTune™ Profiler to profile oneDNN samples and find out performance bottlenecks. |
21
+
| Component |[benchdnn_tutorial](benchdnn_tutorial.ipynb)| This Jupyter Notebook demonstrates how to use the benchDNN tool to validate and test oneDNN primitive executions |
21
22
> Notice : Please use Intel® oneAPI DevCloud as the environment for jupyter notebook samples. \
22
23
Users can refer to [DevCloud Getting Started](https://devcloud.intel.com/oneapi/get-started/) for using DevCloud \
23
24
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