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 conda packages metadata + tests. #769

Merged
merged 1 commit into from
Apr 5, 2019

Conversation

beauby
Copy link
Contributor

@beauby beauby commented Apr 4, 2019

  • 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).

Closes #766, #760, #755, #747, #731, #710,

@beauby beauby merged commit 7f5b22b into facebookresearch:master Apr 5, 2019
CaucherWang pushed a commit to CaucherWang/faiss-learned-termination that referenced this pull request Sep 16, 2022
+ 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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed on "cd gpu; make test/demo_ivfpq_indexing_gpu"
2 participants