Add conda packages metadata + tests. (#769)
+ 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).
Showing
conda/Dockerfile
0 → 100644
conda/faiss-gpu/build.sh
0 → 100644
conda/faiss-gpu/meta.yaml
0 → 100644
conda/faiss-gpu/run_test.py
0 → 100644
conda/faiss/build.sh
0 → 100644
conda/faiss/meta.yaml
0 → 100644
conda/faiss/run_test.py
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
gpu/Makefile
deleted
100644 → 0
python/swigfaiss.py
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment