Skip to content

Commit 7006ef3

Browse files
Akshay TondakAkshay Tondak
authored andcommitted
adding nop artifacts
Signed-off-by: Akshay Tondak <Akshay.Tondak@amd.com>
1 parent 24b7a39 commit 7006ef3

8 files changed

Lines changed: 16 additions & 4 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:fae8668d5c979e3aca4c76b3b0370f93a1dc11b77f91f7cc2d8d79598b3f5577
3+
size 400

runner/cmd_chain_latency/strx/recipe_cmd_chain_latency_strx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{ "name": "arg4", "type": "input", "size": 20 }
1313
],
1414
"kernels": [
15-
{ "name": "k1", "instance": "DPU" }
15+
{ "name": "k1", "instance": "DPU" , "ctrlcode": "nop_cmd_chain_latency_strx.elf"}
1616
]
1717
},
1818
"execution": {
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

runner/cmd_chain_throughput/strx/recipe_cmd_chain_throughput_strx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{ "name": "arg4", "type": "input", "size": 20 }
1313
],
1414
"kernels": [
15-
{ "name": "k1", "instance": "DPU"}
15+
{ "name": "k1", "instance": "DPU", "ctrlcode": "nop_cmd_chain_throughput_strx.elf"}
1616
]
1717
},
1818
"execution": {
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

runner/latency/strx/recipe_latency_strx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{ "name": "arg4", "type": "input", "size": 20 }
1313
],
1414
"kernels": [
15-
{ "name": "k1", "instance": "DPU"}
15+
{ "name": "k1", "instance": "DPU", "ctrlcode": "nop_latency_strx.elf"}
1616
]
1717
},
1818
"execution": {
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

runner/throughput/strx/recipe_throughput_strx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{ "name": "arg4", "type": "input", "size": 20 }
1313
],
1414
"kernels": [
15-
{ "name": "k1", "instance": "DPU" }
15+
{ "name": "k1", "instance": "DPU" , "ctrlcode": "nop_throughput_strx.elf"}
1616
]
1717
},
1818
"execution": {

0 commit comments

Comments
 (0)