Skip to content

Commit 0a2557d

Browse files
authored
Update sample.json
1 parent 82aeb7b commit 0a2557d

File tree

1 file changed

+30
-58
lines changed

1 file changed

+30
-58
lines changed
Lines changed: 30 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,32 @@
11
{
2-
"guid":"5542E63E-6B64-44AF-BAE7-6AD4BBC80636",
3-
"name": "Matrix Multiply VTune™ Profiler - C",
4-
"categories": ["Toolkit/oneAPI Tools/VTune Profiler"],
5-
"description": "Simple program that shows how to improve the C language (CPU only) Matrix Multiplication program using Intel® VTune™ Profiler and Intel® Advisor",
6-
"toolchain": ["cpp"],
7-
"dependencies": ["compiler|icc","compiler|icx","mkl","vtune"],
8-
"languages": [{"c": { }}],
9-
"os": ["linux", "windows"],
10-
"targetDevice": ["CPU"],
11-
"builder": ["ide", "make"],
12-
"ciTests": {
13-
"linux": [
14-
{
15-
"id": "gcc",
16-
"steps": [
17-
"make gcc",
18-
"make run"
19-
]
20-
},
21-
{
22-
"id": "icc",
23-
"steps": [
24-
"make icc",
25-
"make run"
26-
]
27-
},
28-
{
29-
"id": "icx",
30-
"steps": [
31-
"make icx",
32-
"make run"
33-
]
34-
},
35-
{
36-
"id": "mkl",
37-
"steps": [
38-
"make mkl",
39-
"make run"
40-
]
41-
},
42-
{
43-
"id": "all",
44-
"steps": [
45-
"make all",
46-
"make run"
47-
]
48-
}
49-
],
50-
"windows": [{
51-
"steps": [
52-
"cd vc16",
53-
"MSBuild matrix.sln /t:Rebuild /p:Configuration=\"Release\"",
54-
"cd x64/Release",
55-
"matrix.exe"
56-
]
57-
}]
58-
},
59-
"expertise": "Getting Started"
2+
"guid": "5542E63E-6B64-44AF-BAE7-6AD4BBC80636",
3+
"name": "Matrix Multiply VTune™ Profiler - C",
4+
"categories": ["Toolkit/oneAPI Tools/VTune Profiler"],
5+
"description": "Simple program that shows how to improve the C language (CPU only) Matrix Multiplication program using Intel® VTune™ Profiler and Intel® Advisor",
6+
"toolchain": ["cpp"],
7+
"dependencies": ["compiler|icc", "compiler|icx", "mkl", "vtune"],
8+
"languages": [{
9+
"c": {}
10+
}],
11+
"os": ["linux", "windows"],
12+
"targetDevice": ["CPU"],
13+
"builder": ["ide", "make"],
14+
"ciTests": {
15+
"linux": [{
16+
"id": "icx",
17+
"steps": [
18+
"make icx",
19+
"make run"
20+
]
21+
}],
22+
"windows": [{
23+
"steps": [
24+
"cd vc16",
25+
"MSBuild matrix.sln /t:Rebuild /p:Configuration=\"Release\"",
26+
"cd x64/Release",
27+
"matrix.exe"
28+
]
29+
}]
30+
},
31+
"expertise": "Getting Started"
6032
}

0 commit comments

Comments
 (0)