Application Acceleration With FPGAs
Programmable Acceleration Cards (PACs), DCP, FPGA AI Suite, Software Stack, and Reference Designs
Avisos
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Intel opencl report

ADua0
Principiante
1.615 Vistas

In the report generated of my opencl kernel, in the area analysis tab of the report I see one line which gives resource utilization for " No source Line", like the one I have added below. I cannot understand where is this hardware utilized, can anyone provide more information about this line ?

0 kudos
3 Respuestas
EBERLAZARE_I_Intel
Empleados
1.224 Vistas

Hi,

 

Was your compilation run successfully? Was there any error or warning messages?

ADua0
Principiante
1.224 Vistas

Hi , yeah I was able to compile and deploy successfully but I do not understand about this resource utilization

HRZ
Colaborador Valioso III
1.224 Vistas

"No source line" refers to cases where some resource is being used for operations that do not necessarily map to any line in your code; e.g. registers and FIFOs used to balance the latency of pipeline stages. However, such large area usage in "No source line" is likely the result of a bug. Try to generate the report using a newer version of the compiler and you might get the correct location where those resources are being used. Older versions of the compiler (before 18.0) have a lot of such bugs in the report.

Responder