• Tong He's avatar
    [Op] Farthest Point Sampler in Cpp and CUDA (#1630) · 3d47693b
    Tong He authored
    * 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
    3d47693b
geometry_op_impl.cc 3.52 KB