You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question regarding generating traces for OpenCL kernels running on integrated GPU.
I'm using tools in x86_trace_generator directory to generate traces for OpenCL kernels to run on integrated GPU. So far, the generated traces are only for one thread which I think it is for the whole kernel. I'm using both -thread Knob and -skipthread0 in this case. Even though I specify the value of -thread Knob to be X threads, only trace file for one thread is generated.
How to generate traces for multiple threads like for example (168 threads) for OpenCL kernels to use when simulating integrated GPU?
Thank you,
The text was updated successfully, but these errors were encountered:
Hello,
I have a question regarding generating traces for OpenCL kernels running on integrated GPU.
I'm using tools in x86_trace_generator directory to generate traces for OpenCL kernels to run on integrated GPU. So far, the generated traces are only for one thread which I think it is for the whole kernel. I'm using both -thread Knob and -skipthread0 in this case. Even though I specify the value of -thread Knob to be X threads, only trace file for one thread is generated.
How to generate traces for multiple threads like for example (168 threads) for OpenCL kernels to use when simulating integrated GPU?
Thank you,
The text was updated successfully, but these errors were encountered: