Skip to content

Commit 6951e8c

Browse files
authored
Merge pull request #7 from aktondak/runner_elf_migration
Runner files addition
2 parents 3bd59a3 + 509b78c commit 6951e8c

35 files changed

Lines changed: 64635 additions & 0 deletions
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:2fb370132beea6cdf1d910f045069775380f1e5232af693fe29494519bb90688
3+
size 1264
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
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"version": "1.0",
3+
"execution" : {
4+
"iterations": 1000,
5+
"verbose": false
6+
}
7+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"version": "1.0",
3+
"header": {
4+
"xclbin": "aie_reconfig_strx.xclbin"
5+
},
6+
"resources": {
7+
"buffers": [
8+
{ "name": "bo_ifm", "type": "input", "size": 134217728 },
9+
{ "name": "bo_ofm", "type": "output", "size": 134217728 },
10+
{ "name": "bo_inter", "type": "input", "size": 1048576 }
11+
],
12+
"kernels": [
13+
{ "name": "k1", "instance": "DPU"}
14+
]
15+
},
16+
"execution": {
17+
"runs": [
18+
{
19+
"name": "k1",
20+
"arguments": [
21+
{ "name": "bo_ifm", "argidx": 3 },
22+
{ "name": "bo_ofm", "argidx": 5 },
23+
{ "name": "bo_inter", "argidx": 6 }
24+
],
25+
"constants": [
26+
{ "value": 3, "type": "int", "argidx": 0 }
27+
]
28+
}
29+
]
30+
}
31+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"version": "1.0",
3+
"header": {
4+
"xclbin": "aie_reconfig_strx.xclbin"
5+
},
6+
"resources": {
7+
"buffers": [
8+
{ "name": "bo_ifm", "type": "input", "size": 134217728 },
9+
{ "name": "bo_ofm", "type": "output", "size": 134217728 },
10+
{ "name": "bo_inter", "type": "input", "size": 1048576 }
11+
],
12+
"kernels": [
13+
{ "name": "k1", "instance": "DPU", "ctrlcode": "aie_reconfig_overhead_strx.elf" }
14+
]
15+
},
16+
"execution": {
17+
"runs": [
18+
{
19+
"name": "k1",
20+
"arguments": [
21+
{ "name": "bo_ifm", "argidx": 3 },
22+
{ "name": "bo_ofm", "argidx": 5 },
23+
{ "name": "bo_inter", "argidx": 6 }
24+
],
25+
"constants": [
26+
{ "value": 3, "type": "int", "argidx": 0 }
27+
]
28+
}
29+
]
30+
}
31+
}
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
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": 10,
6+
"verbose": false
7+
}
8+
}

0 commit comments

Comments
 (0)