• Lucas Hosseini's avatar
    Add conda packages metadata + tests. (#769) · 7f5b22b0
    Lucas Hosseini authored
    + Add conda packages metadata (now building Faiss using conda's toolchain);
    + add Dockerfile for building conda packages (for all CUDA versions);
    + add working Dockerfile building faiss on Centos7;
    + simplify GPU build;
    + avoid falling back to CPU-only version (python);
    + simplify TravisCI config;
    + update INSTALL.md;
    + add configure flag for specifying target architectures (--with-cuda-arch);
    + fix Makefile for gpu tests;
    + fix various Makefile issues;
    + remove stale file (gpu/utils/DeviceUtils.cpp).
    7f5b22b0
Name
Last commit
Last update
..
Makefile Loading commit data...
common.py Loading commit data...
test_binary_factory.py Loading commit data...
test_binary_flat.cpp Loading commit data...
test_binary_io.py Loading commit data...
test_build_blocks.py Loading commit data...
test_dealloc_invlists.cpp Loading commit data...
test_factory.py Loading commit data...
test_index.py Loading commit data...
test_index_accuracy.py Loading commit data...
test_index_binary.py Loading commit data...
test_index_binary_from_float.py Loading commit data...
test_index_composite.py Loading commit data...
test_ivflib.py Loading commit data...
test_ivfpq_codec.cpp Loading commit data...
test_ivfpq_indexing.cpp Loading commit data...
test_lowlevel_ivf.cpp Loading commit data...
test_merge.cpp Loading commit data...
test_meta_index.py Loading commit data...
test_omp_threads.cpp Loading commit data...
test_omp_threads_py.py Loading commit data...
test_ondisk_ivf.cpp Loading commit data...
test_pairs_decoding.cpp Loading commit data...
test_params_override.cpp Loading commit data...
test_referenced_objects.py Loading commit data...
test_sliding_ivf.cpp Loading commit data...
test_transfer_invlists.cpp Loading commit data...