Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16612 Discussions

OpenCL empty optimization report?

Altera_Forum
Honored Contributor II
1,375 Views

I compiled several examples from the OpenCL website, but none of them generated optimization reports.  

I used the following commands 

 

aoc -c -g myKernel.cl --report --board XXXX 

 

I see that myKernel.log has an "Optimization Report" heading, but the content is empty (the log then goes to report the resource usage).  

 

Where can I find the optimization report?  

 

This is similarly reported in the following post:  

http://www.alteraforum.com/forum/showthread.php?t=48818
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
268 Views

The performance bottle neck reports are only reported for single-work item kernels. If your kernel uses NDRange, such performance reports won't be reporte

0 Kudos
Reply