Skip to content

Commit 57bf6ad

Browse files
AIESW-6823, AIESW-6824: Adding cmd-chain recipe for latency and throughput
Processing 1 folder(s)... Updating xrt_smi_npu3.a from 19 files... ✓ Updated: npu3\xrt_smi_npu3.a ➕ New files added (4): + profile_cmd_chain_latency.json + profile_cmd_chain_throughput.json + recipe_cmd_chain_latency.json + recipe_cmd_chain_throughput.json ============================================================ SUMMARY: Archives processed: 1/1 Total new files: 4 Total updated files: 0 Archive changes: xrt_smi_npu3.a: 4 new
1 parent 33d6771 commit 57bf6ad

5 files changed

Lines changed: 135 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"version": "1.0",
3+
4+
"execution" : {
5+
"iterations": 1,
6+
"verbose": false,
7+
"mode": "latency",
8+
"depth": 1024
9+
}
10+
}
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
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+
{
16+
"name": "k1",
17+
"arguments": [],
18+
"constants": []
19+
},
20+
21+
{
22+
"name": "k1",
23+
"arguments": [],
24+
"constants": []
25+
},
26+
{
27+
"name": "k1",
28+
"arguments": [],
29+
"constants": []
30+
},
31+
{
32+
"name": "k1",
33+
"arguments": [],
34+
"constants": []
35+
},
36+
{
37+
"name": "k1",
38+
"arguments": [],
39+
"constants": []
40+
},
41+
{
42+
"name": "k1",
43+
"arguments": [],
44+
"constants": []
45+
},
46+
{
47+
"name": "k1",
48+
"arguments": [],
49+
"constants": []
50+
},
51+
{
52+
"name": "k1",
53+
"arguments": [],
54+
"constants": []
55+
}
56+
]
57+
58+
}
59+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"version": "1.0",
3+
4+
"execution" : {
5+
"iterations": 1,
6+
"verbose": false,
7+
"depth": 512
8+
}
9+
}
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
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+
{
16+
"name": "k1",
17+
"arguments": [],
18+
"constants": []
19+
},
20+
{
21+
"name": "k1",
22+
"arguments": [],
23+
"constants": []
24+
},
25+
{
26+
"name": "k1",
27+
"arguments": [],
28+
"constants": []
29+
},
30+
{
31+
"name": "k1",
32+
"arguments": [],
33+
"constants": []
34+
},
35+
{
36+
"name": "k1",
37+
"arguments": [],
38+
"constants": []
39+
},
40+
{
41+
"name": "k1",
42+
"arguments": [],
43+
"constants": []
44+
},
45+
{
46+
"name": "k1",
47+
"arguments": [],
48+
"constants": []
49+
},
50+
{
51+
"name": "k1",
52+
"arguments": [],
53+
"constants": []
54+
}
55+
]
56+
}
57+
}

archive/npu3/xrt_smi_npu3.a

-8.39 MB
Binary file not shown.

0 commit comments

Comments
 (0)