Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Convert selectOptimalRANSACModel to thrust #3

Open
niwhsa9 opened this issue Mar 5, 2021 · 0 comments
Open

Convert selectOptimalRANSACModel to thrust #3

niwhsa9 opened this issue Mar 5, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed low priority Less important enhancement

Comments

@niwhsa9
Copy link
Member

niwhsa9 commented Mar 5, 2021

This kernel does a pretty standard parallel reduction and can probably be written entirely in thrust using thrust::reduce() and a custom functor. See thrust api doc here: https://thrust.github.io/doc/group__reductions_ga6ac0fe1561f58692e85112bd1145ddff.html

@niwhsa9 niwhsa9 added the enhancement New feature or request label Mar 5, 2021
@niwhsa9 niwhsa9 added low priority Less important enhancement good first issue Good for newcomers help wanted Extra attention is needed labels Mar 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed low priority Less important enhancement
Projects
None yet
Development

No branches or pull requests

2 participants