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
document that CUDA.@sync is necessary for timing.
I removed all unnecessary synchronizations for the sake of improving performance.
as a result, when using apply! on gpu, the result is computed asynchronously. (however, everything gets synced up when users copy the data to cpu to see the result).
The text was updated successfully, but these errors were encountered:
document that CUDA.@sync is necessary for timing.
I removed all unnecessary synchronizations for the sake of improving performance.
as a result, when using apply! on gpu, the result is computed asynchronously. (however, everything gets synced up when users copy the data to cpu to see the result).
The text was updated successfully, but these errors were encountered: