-
Notifications
You must be signed in to change notification settings - Fork 746
Expand file tree
/
Copy pathsample.json
More file actions
41 lines (41 loc) · 926 Bytes
/
sample.json
File metadata and controls
41 lines (41 loc) · 926 Bytes
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
{
"guid": "c52eb5b5-5260-47d3-aded-15c5b27779d5",
"name": "OpenMP* Reduction",
"categories": [
"Toolkit/oneAPI Direct Programming/C++/Parallel Patterns"
],
"description": "This sample models OpenMP* (OMP) Reduction in different ways showing capability of Intel\u00ae oneAPI",
"toolchain": [
"dpcpp"
],
"languages": [
{
"cpp": {}
}
],
"targetDevice": [
"CPU",
"GPU"
],
"os": [
"linux"
],
"builder": [
"cmake"
],
"ciTests": {
"linux": [
{
"id": "openmp_reduction",
"steps": [
"mkdir build",
"cd build",
"cmake ..",
"make ",
"./src/openmp_reduction"
]
}
]
},
"expertise": "Code Optimization"
}