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
on my NVIDIA SDK/hardward (GTX 970), it start getting very very slow, like 1000x slower than the loop take for the first few thousand iteration.
The only thing that prevents this is passing false on the last parament, so no events are returned, this it runs fine for basically unlimited iterations.
on a side now, it also seems like with the NVIDIA SDK, the enqeueXXX functions block on their own without doing waitForEvents or cl.finish etc...
The text was updated successfully, but these errors were encountered:
on my NVIDIA SDK/hardward (GTX 970), it start getting very very slow, like 1000x slower than the loop take for the first few thousand iteration.
The only thing that prevents this is passing false on the last parament, so no events are returned, this it runs fine for basically unlimited iterations.
on a side now, it also seems like with the NVIDIA SDK, the enqeueXXX functions block on their own without doing waitForEvents or cl.finish etc...
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/47, or mute the threadhttps://github.com/notifications/unsubscribe/AAxYLEcsD7x-3f3Odswu8Mw3MkF1CYRrks5qS1X2gaJpZM4JFz-o.
after a few thousand iterations of this kind of loop
{
kernel_events = cl.enqueueNDRangeKernel(.......,true)
read_event =cl.enqueueReadBuffer(.......,true)
cl.waitForEvents([read_event]);
}
on my NVIDIA SDK/hardward (GTX 970), it start getting very very slow, like 1000x slower than the loop take for the first few thousand iteration.
The only thing that prevents this is passing false on the last parament, so no events are returned, this it runs fine for basically unlimited iterations.
on a side now, it also seems like with the NVIDIA SDK, the enqeueXXX functions block on their own without doing waitForEvents or cl.finish etc...
The text was updated successfully, but these errors were encountered: