Skip to content

Commit 9fc4a59

Browse files
authored
Merge pull request #14 from rchane/npu3_nop_tests
Initial additions for npu3
2 parents 67058bb + c079da4 commit 9fc4a59

7 files changed

Lines changed: 64 additions & 0 deletions

File tree

runner/latency/npu3/nop.elf

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:43b67ca7334daa2017ebb6343c3ddd3980651c017c62157ef9d45c66922e686f
3+
size 28272
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+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"version": "1.0",
3+
"header": {
4+
"program": "nop.elf"
5+
},
6+
"resources": {
7+
"buffers": [],
8+
"kernels": [
9+
{ "name": "k1", "instance": "DPU"}
10+
]
11+
},
12+
"execution": {
13+
"runs": [
14+
{
15+
"name": "k1",
16+
"arguments" : [],
17+
"constants": []
18+
}
19+
]
20+
}
21+
}
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+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"version": "1.0",
3+
"header": {
4+
"program": "throughput_control_npu3.elf"
5+
},
6+
"resources": {
7+
"buffers": [],
8+
"kernels": [
9+
{ "name": "k1", "instance": "DPU"}
10+
]
11+
},
12+
"execution": {
13+
"runs": [
14+
{
15+
"name": "k1",
16+
"arguments" : [],
17+
"constants": []
18+
}
19+
]
20+
}
21+
}
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:43b67ca7334daa2017ebb6343c3ddd3980651c017c62157ef9d45c66922e686f
3+
size 28272

runner/xrt_smi_npu3.a

28.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)