forked from oneapi-src/oneAPI-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.json
More file actions
22 lines (22 loc) · 726 Bytes
/
sample.json
File metadata and controls
22 lines (22 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"guid": "39AA03BC-09ED-4DDF-A115-FD31F6F46450",
"name": "STREAM",
"categories": ["Toolkit/oneAPI Tools/Benchmarks"],
"description": "The STREAM is a program that measures memory transfer rates in MB/s for simple computational kernels coded in C",
"toolchain": [ "dpcpp" ],
"targetDevice": [ "CPU", "GPU" ],
"languages": [ { "cpp": {} } ],
"os": [ "linux" ],
"builder": [ "ide", "cmake" ],
"ciTests": {
"linux": [{
"steps": [
"mkdir build",
"cd build",
"cmake ..",
"make",
"make run"
]
}]
}
}