Skip to content

Commit a13191f

Browse files
authored
Merge pull request #30 from sandilya-xilinx/one_col
AIESW-883: Add TCT one column support
2 parents 9c5df7a + 24411c7 commit a13191f

4 files changed

Lines changed: 40 additions & 0 deletions

File tree

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": 500,
6+
"verbose": false
7+
}
8+
}
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": "tct_1col.elf"
5+
},
6+
"resources": {
7+
"buffers": [
8+
{ "name": "arg0", "type": "input", "size": 262144 },
9+
{ "name": "arg2", "type": "input", "size": 262144 }
10+
],
11+
"kernels": [
12+
{ "name": "k1", "instance": "DPU"}
13+
]
14+
},
15+
"execution": {
16+
"runs": [
17+
{
18+
"name": "k1",
19+
"arguments" : [
20+
{ "name": "arg0", "argidx": 0 },
21+
{ "name": "arg2", "argidx": 1 }
22+
],
23+
"constants": [
24+
{ "value": 3, "type": "int", "argidx": 0 }
25+
]
26+
}
27+
]
28+
}
29+
}
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:254bf7e311e56d1b63c9ddba23b0827eea48527bc101529ce27b36205fab28ec
3+
size 40896

archive/npu3/xrt_smi_npu3.a

40.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)