You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
0 commit comments