-
Notifications
You must be signed in to change notification settings - Fork 746
Expand file tree
/
Copy pathsample.json
More file actions
29 lines (28 loc) · 875 Bytes
/
sample.json
File metadata and controls
29 lines (28 loc) · 875 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
{
"guid": "FF17715B-10DD-43E2-A408-67146A93702B",
"name": "Particle-Diffusion",
"categories": ["Toolkit/Intel® oneAPI HPC Toolkit"],
"description": "This code sample shows a simple (non-optimized) implementation of a Monte Carlo simulation of the diffusion of water molecules in tissue.",
"toolchain": ["dpcpp"],
"languages": [{"cpp":{}}],
"targetDevice": ["CPU", "GPU"],
"os": ["linux", "windows"],
"builder": ["ide", "cmake"],
"ciTests": {
"linux": [{
"steps": [
"mkdir build",
"cd build",
"cmake ..",
"make",
"make run"
]
}],
"windows": [{
"steps": [
"nmake clean",
"nmake"
]
}]
}
}