Skip to content

Commit c354357

Browse files
authored
updated sample.json (oneapi-src#2017)
1 parent 0aecdfb commit c354357

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

Libraries/oneDNN/tutorials/sample.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,36 @@
1515
"env": ["source /opt/intel/oneapi/setvars.sh --dnnl-configuration=cpu_dpcpp_gpu_dpcpp --force" ],
1616
"id": "dnn gsg",
1717
"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"
1921
]
2022
},
2123
{
2224
"env": ["source /opt/intel/oneapi/setvars.sh --dnnl-configuration=cpu_dpcpp_gpu_dpcpp --force" ],
2325
"id": "verbose_jit",
2426
"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"
2630
]
2731
},
2832
{
2933
"env": ["source /opt/intel/oneapi/setvars.sh --dnnl-configuration=cpu_gomp --force" ],
3034
"id": "isa",
3135
"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"
3339
]
3440
},
3541
{
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" ],
3843
"id": "vtune_itt",
3944
"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"
4148
]
4249
}
4350
]

0 commit comments

Comments
 (0)