Commit Graph

129 Commits (a280791c83396e5e10d38aaabdae35efcedcea11)
 

Author SHA1 Message Date
Nathan Douglas a280791c83 updating dockerfile after PR #347. Added PYTHONPATH env var (#349) 2018-02-27 10:39:23 +01:00
Matthijs Douze 4328b93360
Update README.md 2018-02-26 11:55:54 +01:00
Matthijs Douze 75d27a7b73
Update README.md 2018-02-26 11:55:07 +01:00
Matthijs Douze 4d8e3a2b8c
Update README.md 2018-02-26 11:54:36 +01:00
Eduardo Pinho de0541c365 Add C API (#317)
* Add C API

* Add installation instructions for the C API
2018-02-26 11:23:17 +01:00
Ailing cd884114d0 Make tests compatible with py3 (#348) 2018-02-24 00:38:45 +01:00
Matthijs Douze 0c482e54eb sync with FB version 2018-02-23 (#347)
- support on-disk IVF
2018-02-23 07:49:45 -08:00
Lucas Hosseini db855a2146
Add Makefile for tests. (#345) 2018-02-23 16:08:40 +01:00
Lucas Hosseini 16aed09c0f
Make tutorial examples use dynamic linkage. (#343)
* Add shared lib target for GPU version.

* Dynamically link tutorial examples.

* Add shared lib to clean target in GPU Makefile.

* Add clean target to tutorial examples Makefile.

* Minor modifications to tutorial GPU examples.
2018-02-21 15:36:29 +01:00
Lucas Hosseini 97eba20218
Update README.md
Update Getting started tutorial link.
2018-02-21 14:06:46 +01:00
Lucas Hosseini 2c9aea24e7
[WIP] Update tutorial examples (#342)
* Remove transitional print import.

* Add example for multiple GPUs in python.

* Add example on GPU in C++.

* Add example on multiple GPUs in C++.

* Add IVFFlat example on GPU in python.

* Add Makefile for C++ tutorial examples.

* Add IVF index on GPU example in C++.
2018-02-20 15:53:56 +01:00
Lucas Hosseini d970473dd8
Merge pull request #341 from beauby/issue-template
Add template for issues.
2018-02-16 13:47:02 +01:00
Lucas Hosseini 5d94d1f4c8 Add template for issues. 2018-02-16 11:57:20 +01:00
Matthijs Douze 56383610bc
Update INSTALL.md 2018-02-14 10:05:08 +01:00
Vincent Smith 2b7d2a1090 updates to INSTALL.md (#333) 2018-02-08 07:35:21 +01:00
Matthijs Douze df2edbe3ab fix issue 320 2018-01-31 07:00:24 -07:00
alexandresablayrolles 4fe9204683 Update INSTALL.md (#319) 2018-01-26 10:35:49 +01:00
Tom Dyson 7cc879c70c fixes typo in installation docs (#310) 2018-01-22 16:31:26 +01:00
Israel Zalmanov f1e4110684 use brew to install OpenBLAS rather than port (#316) 2018-01-18 07:18:03 +01:00
Kaiyu Shi 270e501a1f Add missing cd command for cmake bulid (#305)
ok
2018-01-11 09:21:48 +01:00
Matthijs Douze 762ab7333b
Update README.md 2018-01-09 15:49:58 +01:00
matthijs 187222cfe2 Merge branch 'master' of https://github.com/facebookresearch/faiss 2018-01-09 06:47:19 -08:00
matthijs 4248309914 sync with FB version 2018-01-09
- adding HNSW indexing method

- simultaneous search and reconstruction for IndexIVFPQ
2018-01-09 06:47:03 -08:00
matthijs 8807eb2454 sync with FB version 2017-01-09
- adding HNSW indexing method

- simultaneous search and reconstruction for IndexIVFPQ
2018-01-09 06:45:21 -08:00
matthijs 9933892ec9 sync with FB version 2017-01-09
- adding HNSW indexing method

- simultaneous search and reconstruction for IndexIVFPQ
2018-01-09 06:42:06 -08:00
matthijs 5b45b05584 machine gen 2018-01-09 06:41:00 -08:00
Matthijs Douze 1a9b814873
Update 4-GPU.py 2017-12-18 19:23:30 +01:00
rv e289ddd247
Update PolysemousTraining.h
just fixed a typo
2017-12-08 00:10:33 +01:00
matthijs f28ac00f2d Merge branch 'master' of https://github.com/facebookresearch/faiss 2017-12-07 09:12:48 -08:00
matthijs c4ebee7feb added tuto for GPU 2017-12-07 09:12:19 -08:00
Jeff Johnson 02e3717c70
Update README.md 2017-12-07 09:08:52 -08:00
Jeff Johnson dd222548b7
Update README.md 2017-12-07 09:06:17 -08:00
Jeff Johnson 436d9f6bad
Update README.md 2017-12-07 09:05:47 -08:00
Matthijs Douze e652a6648f
Update demo_auto_tune.py 2017-11-23 16:52:31 +01:00
matthijs 5f684a4627 Merge branch 'master' of https://github.com/facebookresearch/faiss 2017-11-23 06:46:00 -08:00
matthijs fe446e41a2 bugfixes 2017-11-23 06:34:53 -08:00
Soumith Chintala de8ac33f2e fix test syntax (#260) 2017-11-23 10:40:06 +01:00
matthijs 250a3d3f18 sync with FB version 2017-11-22
various bugfixes from github issues
kmean with some frozen centroids
GPU better tiling for large flat datasets
default AVX for vector ops
2017-11-22 05:11:28 -08:00
matthijs 71335194f6 sync with FB version 2017-11-22
various bugfixes from github issues
kmean with some frozen centroids
GPU better tiling for large flat datasets
default AVX for vector ops
2017-11-22 05:10:35 -08:00
matthijs 0df3f646fc sync with FB version 2017-11-22
various bugfixes from github issues
kmean with some frozen centroids
GPU better tiling for large flat datasets
default AVX for vector ops
2017-11-22 05:00:42 -08:00
Matthijs Douze 885399767d
set verbose of GpuMultipleClonerOptions to True 2017-11-13 10:08:52 +01:00
Jason Gauci f82e8a45bd Fix for homebrew and support for non-standard python distributions (#242)
* fixes for homebrew and anaconda python

* remove #/bin/bash

* PR feedback and handle different versions of LLVM
2017-11-06 18:06:45 +01:00
Ivan Lobov 2eb8eb9915 Fix makefile.inc.Mac.brew (#232)
Accepting this 2-word PR without CLA....
2017-10-27 08:16:30 +02:00
Matthijs Douze f2598e0e08 Update Index.h 2017-09-18 15:46:18 +02:00
matthijs d8eeceb883 sync with FB version 2017-09-08
fix index_cpu_to_gpu_multiple

fix PCA dimension
2017-09-08 04:39:41 -07:00
Matthijs Douze 3986a8db86 Update README.md 2017-09-08 13:22:17 +02:00
Matthijs Douze 6b3b743986 Update makefile.inc.Linux 2017-09-04 07:07:31 +02:00
Matthijs Douze 021d53f96f Update README.md 2017-09-01 13:12:53 +02:00
Julieta 486ec6c6ac Add LD_PRELOAD update to MKL compile instructions (#197)
It took me quite some time to get around this error -- it might save others time.
2017-08-31 06:31:33 +02:00
Julieta 8d0643ae74 make INSTALL a proper markdown file (#196)
* make INSTALL a proper markdown file

* add clarification to gpu test

* add forgotten parenthesis
2017-08-31 06:27:53 +02:00