Skip to content

Commit 84a4299

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 4c9964d commit 84a4299

5 files changed

Lines changed: 133 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: 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+
}
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

2.62 KB
Binary file not shown.

0 commit comments

Comments
 (0)