vincentfpgarcia / kNN-CUDA

Fast k nearest neighbor search using GPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distance is always 0

PreetJhanglani opened this issue · comments

The output if printed or checked is not accurate. The test_dist and gt_dist are both 0 hence 0-0 is always less than the precision. hence its passes but the output is wrong.