Generating the System Performance Estimate Report
The system performance estimate in the SDAccel™ development environment takes into account the target hardware device and each compute unit in the application. Although an exact performance metric can only be measured on the target device, the estimation report in the SDAccelSDAccel environment provides an accurate representation of the expected behavior. The command below generates the system performance estimate report system_estimate.xtxt for all kernels in kernel.cl:
xocc -c -t hw_emu --platform xilinx:adm-pcie-7v3:1ddr:3.0 --report estimate kernel.cl