Aviad Hayumi

Results 4 comments of Aviad Hayumi

``` int faiss_nothing( FaissGpuResourcesProvider* const* providers_vec, size_t providers_vec_size, const int* devices, size_t devices_size, const FaissIndex* index, void* x, FaissGpuIndex** p_out) { FaissGpuMultipleClonerOptions* options = reinterpret_cast(x); try { std::vector res(providers_vec_size); for...

@mdouze dude I've added code example btw when I change successive_ids hardcoded to false I get on first upload ``` Error in virtual void faiss::gpu::GpuIndexFlat::addImpl_(int, const float*, const idx_t*) at...

btw when dropping on function `add_with_ids` in `IndexShards.cpp` the check ``` FAISS_THROW_IF_NOT_MSG( !(successive_ids && xids), "It makes no sense to pass in ids and " "request them to be shifted");...

replace to `IDMap,IVF1,Flat` solve all problems !!! thanks