cudaKDTree icon indicating copy to clipboard operation
cudaKDTree copied to clipboard

Results 5 cudaKDTree issues
Sort by recently updated
recently updated
newest added

Hi, apologies for the big text that follows! I am trying to implement a find-closest-point in 4 dimensions using this library in the following way. Initially, I create randomly a...

Thanks for your great work! It's been incredibly useful for my projects. I'm currently integrating it into a new application and need to keep track of the original order of...

hello,when i follow the example like: /* code */ struct PointPlusPayload { float3 position; int payload; }; struct PointPlusPayload_traits : public cukd::default_data_traits { using point_t = float3; static inline __device__...

Hello, I'm having the following problem: when I run ./cukd_sample and other testing code,it will have some problem: terminate called after throwing an instance of thrust: system:: system_error' what(): parallel_for...