What does a GPU kernel overhead consist of?

150 views Asked by At

I have a piece of code that launches thousands of kernels and I am making a run-time performance model that explains the runtime based on the problem and machine specs. What I need to know is, how can I relate the kernel overhead, to host and device performance specs(bandwidth, ...) , what parameters affect kernel overhead, and what is happening under the hood that causes the kernel overhead. I am using OpenCL

0

There are 0 answers