Forum Discussion

m4n1c22's avatar
m4n1c22
Icon for New Contributor rankNew Contributor
6 years ago

How to list nested functions used in OpenCL kernel in the final report?

Hi, I am new to Intel Altera. I am trying to list the resource utilization for the nested functions. Lets consider the following example: int foo(int a) { ... } //Kernel function void my_kern...