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

Dev/fix new warp #66

Closed
wants to merge 8 commits into from
Closed

Dev/fix new warp #66

wants to merge 8 commits into from

Conversation

griwodz
Copy link
Member

@griwodz griwodz commented Dec 17, 2019

The PopSift orientation step failed on RTX 20 series cards.
I found one line (a conditional warp shuffle operation) that needed to be fixed.

I also added regression code for the bitonic sort function because CUDA 9 introduced a new C++ approach for warp synchronization. This code is the future, better to get used to it.

@griwodz
Copy link
Member Author

griwodz commented Dec 17, 2019

Actually I did also fix an incorrectly placed __syncthreads() call in descriptor extraction.

@griwodz
Copy link
Member Author

griwodz commented Dec 18, 2019

I withdraw this PR. The important fixes are in PR #67

@griwodz griwodz closed this Dec 18, 2019
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

Successfully merging this pull request may close these issues.

None yet

1 participant