Skip to content

Commit 7040281

Browse files
authored
Update sample.json
1 parent 3e7f620 commit 7040281

File tree

1 file changed

+15
-15
lines changed
  • DirectProgramming/C++SYCL/ParallelPatterns/dpc_reduce

1 file changed

+15
-15
lines changed

DirectProgramming/C++SYCL/ParallelPatterns/dpc_reduce/sample.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
"toolchain": ["dpcpp"],
77
"languages": [{
88
"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"
2424
]
2525
}
2626
]

0 commit comments

Comments
 (0)