faiss/gpu
BorisMansencal 5b92eeb285 correct utils::nextHighestPowerOf2
The bit shift was done as int and not as current type (size_t for example), thus the computed next highest power of 2 was wrong on large numbers.
2017-05-06 20:36:16 +02:00
..
impl Better support for low-mem GPUs 2017-04-06 04:33:41 -07:00
perf sync with FB version. Added: 2017-03-20 10:48:35 -07:00
test add initial cmake support (#75) 2017-05-02 11:04:50 +02:00
utils correct utils::nextHighestPowerOf2 2017-05-06 20:36:16 +02:00
CMakeLists.txt add initial cmake support (#75) 2017-05-02 11:04:50 +02:00
GpuAutoTune.cpp sync with FB version. Added: 2017-03-20 10:48:35 -07:00
GpuAutoTune.h sync with FB version. Added: 2017-03-20 10:48:35 -07:00
GpuIndex.cu Better support for low-mem GPUs 2017-04-06 04:33:41 -07:00
GpuIndex.h Better support for low-mem GPUs 2017-04-06 04:33:41 -07:00
GpuIndexFlat.cu Better support for low-mem GPUs 2017-04-06 04:33:41 -07:00
GpuIndexFlat.h Better support for low-mem GPUs 2017-04-06 04:33:41 -07:00
GpuIndexIVF.cu Better support for low-mem GPUs 2017-04-06 04:33:41 -07:00
GpuIndexIVF.h Better support for low-mem GPUs 2017-04-06 04:33:41 -07:00
GpuIndexIVFFlat.cu Better support for low-mem GPUs 2017-04-06 04:33:41 -07:00
GpuIndexIVFFlat.h Better support for low-mem GPUs 2017-04-06 04:33:41 -07:00
GpuIndexIVFPQ.cu Better support for low-mem GPUs 2017-04-06 04:33:41 -07:00
GpuIndexIVFPQ.h Better support for low-mem GPUs 2017-04-06 04:33:41 -07:00
GpuIndicesOptions.h Initial commit 2017-02-22 23:26:44 +01:00
GpuResources.cpp Initial commit 2017-02-22 23:26:44 +01:00
GpuResources.h Initial commit 2017-02-22 23:26:44 +01:00
IndexProxy.cpp sync with FB version. Added: 2017-03-20 10:48:35 -07:00
IndexProxy.h sync with FB version. Added: 2017-03-20 10:48:35 -07:00
Makefile Better support for low-mem GPUs 2017-04-06 04:33:41 -07:00
StandardGpuResources.cpp sync with FB version. Added: 2017-03-20 10:48:35 -07:00
StandardGpuResources.h make GPU headers C++03 compatible 2017-03-02 22:31:32 -08:00