Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

OpenCL empty optimization report?

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

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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