Skip to main content

cuvsMultiGpuIvfPqExtend

Function cuvsMultiGpuIvfPqExtend 

Source
pub unsafe extern "C" fn cuvsMultiGpuIvfPqExtend(
    res: cuvsResources_t,
    index: cuvsMultiGpuIvfPqIndex_t,
    new_vectors_tensor: *mut DLManagedTensor,
    new_indices_tensor: *mut DLManagedTensor,
) -> cuvsError_t
Expand description

@brief Extend a Multi-GPU IVF-PQ index

@param[in] res cuvsResources_t opaque C handle @param[in,out] index Multi-GPU IVF-PQ index to extend @param[in] new_vectors_tensor DLManagedTensor* new vectors to add @param[in] new_indices_tensor DLManagedTensor* new indices (optional, can be NULL) @return cuvsError_t