Skip to content

Commit 00112db

Browse files
committed
Updating README
1 parent 04650e4 commit 00112db

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Array Partition (HLS C/C++ Kernel)
2+
==================================
3+
4+
This is a simple example of matrix multiplication (Row x Col) to demonstrate how to achieve better performance by array partitioning, using HLS kernel in Vitis Environment.
5+
6+
**KEY CONCEPTS:** Kernel Optimization, HLS C Kernel, Array Partition
7+
8+
**KEYWORDS:** #pragma HLS ARRAY_PARTITION, complete
9+
10+
DESIGN FILES
11+
------------
12+
13+
Application code is located in the src directory. Accelerator binary files will be compiled to the xclbin directory. The xclbin directory is required by the Makefile and its contents will be filled during compilation. A listing of all the files in this example is shown below
14+
15+
::
16+
17+
src/host.cpp
18+
src/matmul.cpp
19+
src/matmul_partition.cpp
20+
21+
COMMAND LINE ARGUMENTS
22+
----------------------
23+
24+
Once the environment has been configured, the application can be executed by
25+
26+
::
27+
28+
./array_partition <matmul XCLBIN>
29+

0 commit comments

Comments
 (0)