Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Libraries/oneDNN/tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Third party program Licenses can be found here: [third-party-programs.txt](https
| Component | [verbose_jitdump](tutorial_verbose_jitdump.ipynb) | This Jupyter Notebook demonstrates how to use Verbose Mode and JIT Dump to profile oneDNN samples. |
| 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.|
| 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. |
| Component | [benchdnn_tutorial](benchdnn_tutorial.ipynb) | This Jupyter Notebook demonstrates how to use the benchDNN tool to validate and test oneDNN primitive executions |
> Notice : Please use Intel® oneAPI DevCloud as the environment for jupyter notebook samples. \
Users can refer to [DevCloud Getting Started](https://devcloud.intel.com/oneapi/get-started/) for using DevCloud \
Users can use JupyterLab from DevCloud via "One-click Login in", and download samples via "git clone" or the "oneapi-cli" tool \
Expand Down
Loading