-
Notifications
You must be signed in to change notification settings - Fork 743
Expand file tree
/
Copy pathsample.json
More file actions
43 lines (42 loc) · 1.4 KB
/
sample.json
File metadata and controls
43 lines (42 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"guid": "FC7A16DE-9594-4F40-AFA2-71ACABF366B3",
"name": "Tutorials",
"categories": ["Toolkit/oneAPI Libraries/oneDNN"],
"description": "Intel® oneDNN Tutorials",
"toolchain": ["dpcpp"],
"languages": [{"cpp":{}}],
"dependencies": ["dnnl", "tbb"],
"os": ["linux"],
"builder": ["ide","cmake"],
"targetDevice": ["CPU", "GPU"],
"ciTests": {
"linux": [
{
"env": ["source /opt/intel/oneapi/setvars.sh --dnnl-configuration=cpu_dpcpp_gpu_dpcpp --force" ],
"id": "dnn gsg",
"steps": [
"pip install jupyter ipykernel",
"python3 -m ipykernel install --user --name=base",
"jupyter nbconvert --ExecutePreprocessor.kernel_name=base --to notebook --execute tutorial_getting_started.ipynb"
]
},
{
"env": ["source /opt/intel/oneapi/setvars.sh --dnnl-configuration=cpu_dpcpp_gpu_dpcpp --force" ],
"id": "verbose_jit",
"steps": [
"pip install jupyter ipykernel",
"python3 -m ipykernel install --user --name=base",
"jupyter nbconvert --ExecutePreprocessor.kernel_name=base --to notebook --execute tutorial_verbose_jitdump.ipynb"
]
},
{
"env": ["source /opt/intel/oneapi/setvars.sh --dnnl-configuration=cpu_gomp --force" ],
"id": "isa",
"steps": [
"pip install jupyter ipykernel",
"python3 -m ipykernel install --user --name=base",
"jupyter nbconvert --ExecutePreprocessor.kernel_name=base --to notebook --execute tutorial_analyze_isa_with_dispatcher_control.ipynb"
]
}
]}
}