faiss/c_api/gpu
Eduardo Pinho 2bfbead8f1 [C API] Update for compatibility with v1.5 (#858)
* [c_api] Update impl and interface for v1.5

- move IndexShards to dedicated module IndexShards_c.{h|cpp}
- remove getter/setters to unreachable fields
- reimplement faiss_IndexIVF_imbalance_factor (to use invlists)
- minor IndexIVF documentation tweaks
- Remove QueryResult, provide RangeQueryResult

* [c_api] Document FaissErrorCode

* [c_api] Update GPU impl and interface for v1.5

- Remove unavailable method setTempMemoryFraction

* [c_api] Relicense to MIT

In accordance to the rest of the project
2019-06-12 15:46:08 +02:00
..
GpuAutoTune_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
GpuAutoTune_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
GpuClonerOptions_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
GpuClonerOptions_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
GpuIndex_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
GpuIndex_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
GpuIndicesOptions_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
GpuResources_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
GpuResources_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
Makefile [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
StandardGpuResources_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
StandardGpuResources_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
example_gpu_c.c [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
macros_impl.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00