Skip to content

Commit c547d8b

Browse files
AIESW-871: Adding df_bw support(AIESW-6825)
$python build_archives.py npu3 Processing 1 folder(s)... Updating xrt_smi_npu3.a from 9 files... ✓ Updated: npu3\xrt_smi_npu3.a ➕ New files added (3): + df_bw.elf + profile_df_bandwidth.json + recipe_df_bandwidth.json 🔄 Files updated (1): ~ nop.elf ============================================================ SUMMARY: Archives processed: 1/1 Total new files: 3 Total updated files: 1 Archive changes: xrt_smi_npu3.a: 3 new, 1 updated
1 parent f22af50 commit c547d8b

4 files changed

Lines changed: 52 additions & 0 deletions

File tree

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:62b1729a4268d58982f7f8656a5e1513b795ac87d6fa2f29403ce5111759182a
3+
size 38544
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"version": "1.0",
3+
"bindings" : [
4+
{
5+
"name" : "ifm",
6+
"size" : 1073741824,
7+
"init" : {
8+
"stride": 4,
9+
"value": 3735928559
10+
}
11+
}
12+
],
13+
"execution" : {
14+
"iterations": 600,
15+
"iteration" : {
16+
"init" : false
17+
},
18+
"verbose": false
19+
}
20+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"version": "1.0",
3+
"header": {
4+
"program": "df_bw.elf"
5+
},
6+
"resources": {
7+
"buffers": [
8+
{ "name": "ifm", "type": "input", "size": 1073741824 },
9+
{ "name": "ofm", "type": "input", "size": 1073741824 }
10+
],
11+
"kernels": [
12+
{ "name": "k1", "instance": "DPU"}
13+
]
14+
},
15+
"execution": {
16+
"runs": [
17+
{
18+
"name": "k1",
19+
"arguments" : [
20+
{ "name": "ifm", "argidx": 0 },
21+
{ "name": "ofm", "argidx": 1 }
22+
],
23+
"constants": [
24+
{ "value": 3, "type": "int", "argidx": 0 }
25+
]
26+
}
27+
]
28+
}
29+
}

archive/npu3/xrt_smi_npu3.a

41.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)