cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

semler
Journeyman III

AMD KernelAnalyzer 1.9 how to include header files

Hi!

I'm using the OpenCL feature of compiling multiple files together in order to have common structures in header files. But I'm at a loss to how I tell the kernel analyzer about these files?

Henning

Just to clarify what I do:

cl_program clProgram = clCreateProgramWithSource(clContext, 2, (const char**)pSources, nSizes, &error);



0 Likes
1 Reply

I normally just copy-paste the header in place of the #include.  I've mentioned this problem to the tools team in the past.

Jeff

0 Likes