#[repr(C)]pub struct cuvsMultiGpuIvfFlatIndexParams {
pub base_params: cuvsIvfFlatIndexParams_t,
pub mode: cuvsMultiGpuDistributionMode,
}Expand description
@brief Multi-GPU parameters to build IVF-Flat Index
This structure extends the base IVF-Flat index parameters with multi-GPU specific settings.
Fields§
§base_params: cuvsIvfFlatIndexParams_tBase IVF-Flat index parameters
mode: cuvsMultiGpuDistributionModeDistribution mode for multi-GPU setup
Trait Implementations§
Source§impl Clone for cuvsMultiGpuIvfFlatIndexParams
impl Clone for cuvsMultiGpuIvfFlatIndexParams
Source§fn clone(&self) -> cuvsMultiGpuIvfFlatIndexParams
fn clone(&self) -> cuvsMultiGpuIvfFlatIndexParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for cuvsMultiGpuIvfFlatIndexParams
Auto Trait Implementations§
impl !Send for cuvsMultiGpuIvfFlatIndexParams
impl !Sync for cuvsMultiGpuIvfFlatIndexParams
impl Freeze for cuvsMultiGpuIvfFlatIndexParams
impl RefUnwindSafe for cuvsMultiGpuIvfFlatIndexParams
impl Unpin for cuvsMultiGpuIvfFlatIndexParams
impl UnsafeUnpin for cuvsMultiGpuIvfFlatIndexParams
impl UnwindSafe for cuvsMultiGpuIvfFlatIndexParams
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more