File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
DirectProgramming/C++SYCL/ParallelPatterns/dpc_reduce Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 6
6
"toolchain" : [" dpcpp" ],
7
7
"languages" : [{
8
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"
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
24
]
25
25
}
26
26
]
You can’t perform that action at this time.
0 commit comments