Skip to content

Commit 3e7f620

Browse files
committed
Updated sample.json files for binomial and dpc_reduce
1 parent 7b1df6b commit 3e7f620

File tree

2 files changed

+27
-28
lines changed

2 files changed

+27
-28
lines changed
Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
1-
{
2-
"guid": "ECF6C8EB-753B-4107-AF64-60662CE41726",
3-
"name": "DPC Reduce",
4-
"categories": ["Toolkit/oneAPI Direct Programming/C++SYCL/Parallel Patterns"],
5-
"description": "This sample models transform Reduce in different ways showing capability of Intel® oneAPI",
6-
"toolchain": ["dpcpp"],
7-
"languages": [{
8-
"cpp": {}
9-
}],
10-
"targetDevice": ["CPU", "GPU"],
11-
"os": ["linux"],
12-
"builder": ["cmake"],
13-
"ciTests": {
14-
"linux": [
15-
{
16-
"id": "dpc_reduce",
17-
"steps": [
18-
"export I_MPI_CXX=icpx",
19-
"mkdir build",
20-
"cd build",
21-
"cmake ..",
22-
"make",
23-
"CL_CONFIG_CPU_FORCE_PRIVATE_MEM_SIZE=16MB ./dpc_reduce"
24-
]
25-
}
26-
]
1+
{
2+
"guid": "ECF6C8EB-753B-4107-AF64-60662CE41726",
3+
"name": "DPC Reduce",
4+
"categories": ["Toolkit/oneAPI Direct Programming/C++SYCL/Parallel Patterns"],
5+
"description": "This sample models transform Reduce in different ways showing capability of Intel® oneAPI",
6+
"toolchain": ["dpcpp"],
7+
"languages": [{
8+
"cpp": {}
9+
}],
10+
"targetDevice": ["CPU", "GPU"],
11+
"gpuRequired": ["gen9"],
12+
"os": ["linux"],
13+
"builder": ["cmake"],
14+
"ciTests": {
15+
"linux": [{
16+
"id": "dpc_reduce",
17+
"steps": [
18+
"export I_MPI_CXX=icpx",
19+
"mkdir build",
20+
"cd build",
21+
"cmake ..",
22+
"make",
23+
"CL_CONFIG_CPU_FORCE_PRIVATE_MEM_SIZE=16MB ./dpc_reduce"
24+
]
25+
}
26+
]
2727
},
2828
"expertise": "Concepts and Functionality"
2929
}
30-
31-

Libraries/oneMKL/binomial/sample.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"dependencies": [ "mkl" ],
88
"languages": [ { "cpp": { "properties": { "projectOptions": [ { "projectType": "makefile" } ] } } } ],
99
"targetDevice": [ "CPU", "GPU" ],
10+
"gpuRequired": ["gen9"],
1011
"os": [ "linux", "windows" ],
1112
"builder": [ "make" ],
1213
"ciTests": {

0 commit comments

Comments
 (0)