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
Thanks for sharing the implementation of the SIFT algorithm on CUDA!
Have you started exploring the Turing architecture, may there occur any difficulties with compiling and running the existing version on CUDA 10.0 (omitting the issue of updating the code to meet new hardware features, just running as it is now)?
The text was updated successfully, but these errors were encountered:
It's good to hear that you got it running. As soon as I have time, I will try to explore Turing and see what CUDA 10 has to offer. Most likely though, it will be hard to find any immediate improvements. You might benefit from the tensor cores, but since most operations are memory bound, you benefit more from changes in the memory architecture than from improvements in compute.
Hello, Celebrandil!
Thanks for sharing the implementation of the SIFT algorithm on CUDA!
Have you started exploring the Turing architecture, may there occur any difficulties with compiling and running the existing version on CUDA 10.0 (omitting the issue of updating the code to meet new hardware features, just running as it is now)?
The text was updated successfully, but these errors were encountered: