File tree Expand file tree Collapse file tree 2 files changed +27
-28
lines changed
DirectProgramming/C++SYCL/ParallelPatterns/dpc_reduce
Libraries/oneMKL/binomial Expand file tree Collapse file tree 2 files changed +27
-28
lines changed Original file line number Diff line number Diff line change 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
+ ]
27
27
},
28
28
"expertise" : " Concepts and Functionality"
29
29
}
30
-
31
-
Original file line number Diff line number Diff line change 7
7
"dependencies" : [ " mkl" ],
8
8
"languages" : [ { "cpp" : { "properties" : { "projectOptions" : [ { "projectType" : " makefile" } ] } } } ],
9
9
"targetDevice" : [ " CPU" , " GPU" ],
10
+ "gpuRequired" : [" gen9" ],
10
11
"os" : [ " linux" , " windows" ],
11
12
"builder" : [ " make" ],
12
13
"ciTests" : {
You can’t perform that action at this time.
0 commit comments