Skip to content

Commit 403740c

Browse files
authored
Merge pull request #17 from aktondak/migration
update
2 parents f3358ce + 76fab32 commit 403740c

17 files changed

Lines changed: 16 additions & 8 deletions

runner/phx/df_bandwidth/profile_df_bandwidth_phx.json renamed to runner/phx/df_bandwidth/profile_df_bandwidth.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"iterations": 600,
1515
"iteration" : {
1616
"init" : false
17-
},
18-
"verbose": false
17+
}
1918
}
2019
}

runner/phx/df_bandwidth/recipe_df_bandwidth_phx.json renamed to runner/phx/df_bandwidth/recipe_df_bandwidth.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"version": "1.0",
33
"header": {
4-
"xclbin": "validate_df_bandwidth_phx.xclbin"
4+
"xclbin": "validate_df_bandwidth.xclbin"
55
},
66
"resources": {
77
"buffers": [
88
{ "name": "ifm", "type": "input", "size": 1073741824 },
99
{ "name": "ofm", "type": "input", "size": 1073741824 }
1010
],
1111
"kernels": [
12-
{ "name": "k1", "instance": "DPU", "ctrlcode": "df_bw_phx.elf" }
12+
{ "name": "k1", "instance": "DPU", "ctrlcode": "df_bw.elf" }
1313
]
1414
},
1515
"execution": {

runner/phx/df_bandwidth/validate_df_bandwidth_phx.xclbin renamed to runner/phx/df_bandwidth/validate_df_bandwidth.xclbin

File renamed without changes.

runner/phx/tct_all_column/profile_tct_all_column_phx.json renamed to runner/phx/tct_all_column/profile_tct_all_column.json

File renamed without changes.

runner/phx/tct_all_column/recipe_tct_all_column_phx.json renamed to runner/phx/tct_all_column/recipe_tct_all_column.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "1.0",
33
"header": {
4-
"xclbin": "tct_all_col_phx.xclbin"
4+
"xclbin": "tct_all_col.xclbin"
55
},
66
"resources": {
77
"buffers": [
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:fae8668d5c979e3aca4c76b3b0370f93a1dc11b77f91f7cc2d8d79598b3f5577
3+
size 400
File renamed without changes.

runner/phx/tct_one_column/profile_tct_one_column_phx.json renamed to runner/phx/tct_one_column/profile_tct_one_column.json

File renamed without changes.

runner/phx/tct_one_column/recipe_tct_one_column_phx.json renamed to runner/phx/tct_one_column/recipe_tct_one_column.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "1.0",
33
"header": {
4-
"xclbin": "tct_one_col_phx.xclbin"
4+
"xclbin": "tct_one_col.xclbin"
55
},
66
"resources": {
77
"buffers": [

0 commit comments

Comments
 (0)