Changes between Version 15 and Version 16 of Tutorials/Edge Computing/Alveo Getting Started


Ignore:
Timestamp:
Dec 6, 2019, 5:29:34 AM (4 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Edge Computing/Alveo Getting Started

    v15 v16  
    148148[[CollapsibleStart(Run the application)]]
    149149
    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}}}   
    155154
    156155[[CollapsibleEnd]]
    157156
     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
    158161
    159 [[CollapsibleStart(Analyze results)]]
    160162[[CollapsibleEnd]]