Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turing coming on scene #56

Open
msububble opened this issue Feb 1, 2019 · 2 comments
Open

Turing coming on scene #56

msububble opened this issue Feb 1, 2019 · 2 comments

Comments

@msububble
Copy link

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)?

@msububble
Copy link
Author

Answering my own question: yes, cudaSift.dll does compile and work on RTX2070, on cuda 10.0 toolkit.

@Celebrandil
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants