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

[bug] s_filtergrid.cu does not compile missing thrust/host_vector.h header #137

Closed
dagata-mining opened this issue Oct 21, 2021 · 2 comments · May be fixed by #133
Closed

[bug] s_filtergrid.cu does not compile missing thrust/host_vector.h header #137

dagata-mining opened this issue Oct 21, 2021 · 2 comments · May be fixed by #133
Labels
cuda issues related to cuda versions prio:blocker scope:build type:bug
Milestone

Comments

@dagata-mining
Copy link

When building popsift latest version on ubuntu 20.04
s_filtergrid.cu misses a header and cannot find host_vector
Please add to header
#include <thrust/host_vector.h>

@simogasp
Copy link
Member

at some point it will be fixed by #133

@simogasp simogasp added cuda issues related to cuda versions scope:build type:bug labels Oct 22, 2021
@simogasp simogasp added this to the v1.0.0 milestone Oct 22, 2021
@simogasp simogasp linked a pull request Oct 22, 2021 that will close this issue
@simogasp simogasp modified the milestones: v1.0.0, v0.9.1 Mar 21, 2023
@simogasp
Copy link
Member

fixed by #144

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda issues related to cuda versions prio:blocker scope:build type:bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants