If you look into the directory where you ran the application, you will notice that a few files were generated by the run:
vadd.xo.compile_summary
: A summary report of the compiled kernelvadd.xclbin.info
: A text report of the device binaryvadd.xclbin.link_summary
: A summary report of the linked device binaryxrt.run_summary
: A summary report of the events of the application runtime
IMPORTANT: If you targeted the ZCU102 hardware, these files are stored on the SD card and must be copied back to your workstation to continue this lab. Refer to Running Emulation on an Embedded Processor Platform for more information.
The generation of these files and reports is controlled by runtime options located in the xrt.ini
file. This tutorial contains a pre-existing xrt.ini
file which enables the generation a timeline of execution, and the profile summary data, with the following content:
[Debug]
native_xrt_trace=true