[Op] Farthest Point Sampler in Cpp and CUDA (#1630)
* working framework without actual algorithm logic * rename * fix * fps passes compilation * correct algorithm * add cuda implementation * update random start * before refactor * pass compilation but cuda not working * working * code working, will add docstring * add mxnet support * update docstring * update doc and test * cpplint * cpcplint * pylint * temporary fix * fix for win64 * fix unitetest * fix * fix * remove comment * move to geometry package * remove redundant include * add docstrings and comments * add proof * add validity check
Showing
python/dgl/geometry/capi.py
0 → 100644
src/geometry/geometry.cc
0 → 100644
src/geometry/geometry_op.h
0 → 100644
tests/mxnet/test_geometry.py
0 → 100644
Please register or sign in to comment