Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support range search from GPU #2860

Closed
wants to merge 1 commit into from

Commits on May 15, 2023

  1. support range search from GPU (facebookresearch#2860)

    Summary:
    Pull Request resolved: facebookresearch#2860
    
    Optimized range search function where the GPU computes by default and falls back on gpu for queries where there are too many results.
    
    Parallelize the CPU to GPU cloning, it seems to work.
    
    Support range_search_preassigned in Python
    
    Fix long-standing issue with SWIG exposed functions that did not release the GIL (in particular the MapLong2Long).
    
    Adds a MapInt64ToInt64 that is more efficient than MapLong2Long.
    
    Reviewed By: algoriddle
    
    Differential Revision: D45672301
    
    fbshipit-source-id: 0185d27650b5c8968132059e5d97f1fd17f1f20d
    mdouze authored and facebook-github-bot committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d21f9b3 View commit details
    Browse the repository at this point in the history