Hello!
I have 2 kernels, kernel1 and kernel2. kernel1 's time is 88.76 ms and kernel2 's time is 4.78 ms. But when kernel1 runs exactly before kernel2, then kernel2 's time goes to 2.56 ms.
Why is this happening? The two kernels uses differents arrays to execute.
Is there any idea?
Thank you in advance!