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

tools to understand Altera OpenCL scheduling

Altera_Forum
Honored Contributor II
956 Views

Hi, 

 

Is there any tool or method to know the scheduling of threads done during the execution of a kernel? 

 

Thanks.
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
245 Views

The kernel does not have multiple threads. If I remember correctly the profiler can tell you something about where the kernel spends its time. But if you mean host threads, you can use a profiler for your os.

0 Kudos
Altera_Forum
Honored Contributor II
245 Views

Not the host threads. But threads in the sense of the each new iteration launched into the pipeline. Is there any tool for how long it took for the entire pipeline to be executed once?

0 Kudos
Altera_Forum
Honored Contributor II
245 Views

I believe this is the profiler, It has been a couple of months since I used it, and remember it sometimes crashed, but it should do what you want. See Profiling Your OpenCL Kernel in the Programming Guide.

0 Kudos
Reply