Skip to content

Commit 799b80c

Browse files
authored
[New Sample] [oneDNN] Benchdnn tutorial (#1315)
* New Sample: benchDNN tutorial * Update readme: new sample * Rename sample to benchdnn_tutorial * Name fix
1 parent b4c3231 commit 799b80c

File tree

2 files changed

+836
-0
lines changed

2 files changed

+836
-0
lines changed

Libraries/oneDNN/tutorials/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Third party program Licenses can be found here: [third-party-programs.txt](https
1818
| Component | [verbose_jitdump](tutorial_verbose_jitdump.ipynb) | This Jupyter Notebook demonstrates how to use Verbose Mode and JIT Dump to profile oneDNN samples. |
1919
| 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.|
2020
| 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 |
2122
> Notice : Please use Intel® oneAPI DevCloud as the environment for jupyter notebook samples. \
2223
Users can refer to [DevCloud Getting Started](https://devcloud.intel.com/oneapi/get-started/) for using DevCloud \
2324
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

Comments
 (0)