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

add test for external modules #3699

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 2, 2024

  1. add test for external modules (facebookresearch#3699)

    Summary:
    Pull Request resolved: facebookresearch#3699
    
    External modules should work fine as plug-ins to Faiss in the following cases:
    
    * additional objects that can be passed in as callbacks to Faiss
    
    * functions that use `faiss.swig_ptr` to pass in arrays.
    
    The `swig_ptr` functionality does not always work well (also depending on the platform). Therefore this diff adds a small external swig file to test that everything works smoothly on that end.
    
    Differential Revision: D60379753
    mdouze authored and facebook-github-bot committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    be54c30 View commit details
    Browse the repository at this point in the history