Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 678030 | Differences between
and this patch

Collapse All | Expand All

(-)flann-1.9.1/src/cpp/flann/algorithms/kdtree_cuda_3d_index.cu.old (+1 lines)
Lines 32-37 Link Here
32
#include <flann/util/cuda/result_set.h>
32
#include <flann/util/cuda/result_set.h>
33
// #define THRUST_DEBUG 1
33
// #define THRUST_DEBUG 1
34
#include <cuda.h>
34
#include <cuda.h>
35
#include <thrust/gather.h>
35
#include <thrust/copy.h>
36
#include <thrust/copy.h>
36
#include <thrust/device_vector.h>
37
#include <thrust/device_vector.h>
37
#include <vector_types.h>
38
#include <vector_types.h>

Return to bug 678030