Changes between Version 15 and Version 16 of Tutorials/Edge Computing/Alveo Getting Started
- Timestamp:
- Dec 6, 2019, 5:29:34 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Edge Computing/Alveo Getting Started
v15 v16 148 148 [[CollapsibleStart(Run the application)]] 149 149 150 ==== Run the application ==== 151 * Multiple examples, from various sources have been cloned to the node image. 152 153 154 || [[Image(channel_sounding_display_orange.jpg)]]|| 150 ==== Run an accelerated application ==== 151 * Multiple examples, from various sources have been cloned to the node image. A simple matrix multiplication application obtained from https://github.com/Xilinx/Vitis-Tutorials/blob/master/docs/Pathway3 is demonstrated in this tutorial. The xclbin files for software emulation, hardware emulation and hardware targets were built following instructions in the Vitis-Tutorials repository. Slightly modified host code (to display the output) was also built. Run the accelerated application on the Alveo U200 target using the following command 152 {{{ 153 }}} 155 154 156 155 [[CollapsibleEnd]] 157 156 157 [[CollapsibleStart(Analyze FPGA kernel performance)]] 158 * Vitis platform provides options to generate various reports which help understand and analyze the accelerated application. Profile summary, timeline trace, waveform view are a few of them. Vitis analyzer can be used to view these reports. 159 * Resource estimate 160 * Waveform view 158 161 159 [[CollapsibleStart(Analyze results)]]160 162 [[CollapsibleEnd]]