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
And we can implement such @elapsed and tic/toc() stuff in GPU time.
We can use CPU time functions but GPU time looks be more accurate and usually gives faster result.
The text was updated successfully, but these errors were encountered:
Implement interface for using cuda events.
I did it long time ago in CUDA.jl package, so it will be simple task.
moon6pence/CUDA.jl@ab1aed8
And we can implement such
@elapsed
andtic/toc()
stuff in GPU time.We can use CPU time functions but GPU time looks be more accurate and usually gives faster result.
The text was updated successfully, but these errors were encountered: