Skip to content

Dev/fix new warp#66

Closed
griwodz wants to merge 8 commits intodevelopfrom
dev/fixNewWarp
Closed

Dev/fix new warp#66
griwodz wants to merge 8 commits intodevelopfrom
dev/fixNewWarp

Conversation

@griwodz
Copy link
Copy Markdown
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 griwodz requested a review from simogasp December 17, 2019 18:21
@griwodz
Copy link
Copy Markdown
Member Author

griwodz commented Dec 17, 2019

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

@griwodz
Copy link
Copy Markdown
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.

1 participant