alicevision / popsift

PopSift is an implementation of the SIFT algorithm in CUDA.
https://popsift.readthedocs.io
Mozilla Public License 2.0
433 stars 114 forks source link

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

Closed dagata-mining closed 1 year ago

dagata-mining commented 3 years ago

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 commented 3 years ago

at some point it will be fixed by #133

simogasp commented 1 year ago

fixed by #144