Skip to content

Commit

Permalink
Merge pull request #144 from Azhng/fix-thrust-include-in-cuda-12
Browse files Browse the repository at this point in the history
add required thrust include for s_filtergrid.cu
  • Loading branch information
simogasp committed Feb 21, 2023
2 parents 4c22d41 + 7b664e2 commit c0dc3d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/popsift/s_filtergrid.cu
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@
#if ! POPSIFT_IS_DEFINED(POPSIFT_DISABLE_GRID_FILTER)

#include <thrust/copy.h>
#include <thrust/count.h>
#include <thrust/device_vector.h>
#include <thrust/execution_policy.h>
#include <thrust/host_vector.h>
#include <thrust/iterator/constant_iterator.h>
#include <thrust/iterator/discard_iterator.h>
#include <thrust/sequence.h>
#include <thrust/sort.h>
Expand Down

0 comments on commit c0dc3d8

Please sign in to comment.