Skip to content

Commit 6ed0222

Browse files
author
Rajat Sarkari
committed
Bug fixes for chaining
1 parent 23ba36b commit 6ed0222

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

cpp_kernels/kernel_chain/details.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,20 @@ and simple kernel.
2626
2727
#pragma HLS INTERFACE s_axilite port = return bundle = control
2828
#pragma HLS INTERFACE ap_ctrl_chain port = return bundle = control
29+
30+
Following is the real log reported while running the design on U200
31+
platform with 10 iterations:
32+
33+
::
34+
35+
|---------------------------------------------------|
36+
| Performance Summary |
37+
|---------------------------------------------------|
38+
|-------------------------+-------------------------|
39+
| Kernel(10 iterations) | Wall-Clock Time (s) |
40+
|-------------------------+-------------------------|
41+
| krnl_chain_mmult | 0.00305935 |
42+
| krnl_simple_mmult | 0.00534336 |
43+
|-------------------------+-------------------------|
44+
| Speedup: | 1.74657 |
45+
|-------------------------+-------------------------|

0 commit comments

Comments
 (0)