cuda10.patch 476 B

123456789101112
  1. diff --git a/src/cpp/flann/algorithms/kdtree_cuda_3d_index.cu b/src/cpp/flann/algorithms/kdtree_cuda_3d_index.cu
  2. index e9b05080..8465322e 100644
  3. --- a/src/cpp/flann/algorithms/kdtree_cuda_3d_index.cu
  4. +++ b/src/cpp/flann/algorithms/kdtree_cuda_3d_index.cu
  5. @@ -32,6 +32,7 @@
  6. #include <flann/util/cuda/result_set.h>
  7. // #define THRUST_DEBUG 1
  8. #include <cuda.h>
  9. +#include <thrust/gather.h>
  10. #include <thrust/copy.h>
  11. #include <thrust/device_vector.h>
  12. #include <vector_types.h>