|
15 | 15 | "env": ["source /opt/intel/oneapi/setvars.sh --dnnl-configuration=cpu_dpcpp_gpu_dpcpp --force" ], |
16 | 16 | "id": "dnn gsg", |
17 | 17 | "steps": [ |
18 | | - "runipy tutorial_getting_started.ipynb" |
| 18 | + "pip install jupyter ipykernel", |
| 19 | + "python -m ipykernel install --user --name=base", |
| 20 | + "jupyter nbconvert --ExecutePreprocessor.kernel_name=base --to notebook --execute tutorial_getting_started.ipynb" |
19 | 21 | ] |
20 | 22 | }, |
21 | 23 | { |
22 | 24 | "env": ["source /opt/intel/oneapi/setvars.sh --dnnl-configuration=cpu_dpcpp_gpu_dpcpp --force" ], |
23 | 25 | "id": "verbose_jit", |
24 | 26 | "steps": [ |
25 | | - "runipy tutorial_verbose_jitdump.ipynb" |
| 27 | + "pip install jupyter ipykernel", |
| 28 | + "python -m ipykernel install --user --name=base", |
| 29 | + "jupyter nbconvert --ExecutePreprocessor.kernel_name=base --to notebook --execute tutorial_verbose_jitdump.ipynb" |
26 | 30 | ] |
27 | 31 | }, |
28 | 32 | { |
29 | 33 | "env": ["source /opt/intel/oneapi/setvars.sh --dnnl-configuration=cpu_gomp --force" ], |
30 | 34 | "id": "isa", |
31 | 35 | "steps": [ |
32 | | - "runipy tutorial_analyze_isa_with_dispatcher_control.ipynb" |
| 36 | + "pip install jupyter ipykernel", |
| 37 | + "python -m ipykernel install --user --name=base", |
| 38 | + "jupyter nbconvert --ExecutePreprocessor.kernel_name=base --to notebook --execute tutorial_analyze_isa_with_dispatcher_control.ipynb" |
33 | 39 | ] |
34 | 40 | }, |
35 | 41 | { |
36 | | - "env": ["source activate base", |
37 | | - "source /opt/intel/oneapi/setvars.sh --dnnl-configuration=cpu_gomp --force" ], |
| 42 | + "env": ["source /opt/intel/oneapi/setvars.sh --dnnl-configuration=cpu_gomp --force" ], |
38 | 43 | "id": "vtune_itt", |
39 | 44 | "steps": [ |
40 | | - "runipy tutorial_vtune_profiling.ipynb" |
| 45 | + "pip install jupyter ipykernel", |
| 46 | + "python -m ipykernel install --user --name=base", |
| 47 | + "jupyter nbconvert --ExecutePreprocessor.kernel_name=base --to notebook --execute tutorial_vtune_profiling.ipynb" |
41 | 48 | ] |
42 | 49 | } |
43 | 50 | ] |
|
0 commit comments