Skip to content

Commit d287337

Browse files
authored
Merge pull request #3 from aktondak/latency_tests_addition
latency files addition
2 parents 1e2d8c0 + 9d7edec commit d287337

6 files changed

Lines changed: 49 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"version": "1.0",
3+
4+
"execution" : {
5+
"iterations": 10000,
6+
"verbose": false
7+
}
8+
}

runner/latency/recipe_latency.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"version": "1.0",
3+
"header": {
4+
"xclbin": "validate_latency.xclbin"
5+
},
6+
"resources": {
7+
"buffers": [
8+
{ "name": "arg0", "type": "input", "size": 20 },
9+
{ "name": "arg1", "type": "input", "size": 20 },
10+
{ "name": "arg2", "type": "input", "size": 20 },
11+
{ "name": "arg3", "type": "input", "size": 20 },
12+
{ "name": "arg4", "type": "input", "size": 20 }
13+
],
14+
"kernels": [
15+
{ "name": "k1", "instance": "DPU", "ctrlcode": "nop_latency.elf" }
16+
]
17+
},
18+
"execution": {
19+
"runs": [
20+
{
21+
"name": "k1",
22+
"arguments" : [
23+
{ "name": "arg0", "argidx": 3 },
24+
{ "name": "arg1", "argidx": 4 },
25+
{ "name": "arg2", "argidx": 5 },
26+
{ "name": "arg3", "argidx": 6 },
27+
{ "name": "arg4", "argidx": 7 }
28+
],
29+
"constants": [
30+
{ "value": 3, "type": "int", "argidx": 0 }
31+
]
32+
}
33+
]
34+
}
35+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:fae8668d5c979e3aca4c76b3b0370f93a1dc11b77f91f7cc2d8d79598b3f5577
3+
size 400
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:6c61ea528602c436d6c3317325c62cd542591f7256024f72f4d22aaf6a28fc58
3+
size 177266

0 commit comments

Comments
 (0)