pub enum ArchitectureParallelSubgroup {
TensorSharded,
Decoder,
}Expand description
Cartesian subgroup semantics required while a group executes.
Variants§
TensorSharded
Tensor sharding without routed expert exchange.
Decoder
Decoder tensor and routed-expert parallelism.
Trait Implementations§
Source§impl Clone for ArchitectureParallelSubgroup
impl Clone for ArchitectureParallelSubgroup
Source§fn clone(&self) -> ArchitectureParallelSubgroup
fn clone(&self) -> ArchitectureParallelSubgroup
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 ArchitectureParallelSubgroup
Source§impl Debug for ArchitectureParallelSubgroup
impl Debug for ArchitectureParallelSubgroup
impl Eq for ArchitectureParallelSubgroup
impl StructuralPartialEq for ArchitectureParallelSubgroup
Auto Trait Implementations§
impl Freeze for ArchitectureParallelSubgroup
impl RefUnwindSafe for ArchitectureParallelSubgroup
impl Send for ArchitectureParallelSubgroup
impl Sync for ArchitectureParallelSubgroup
impl Unpin for ArchitectureParallelSubgroup
impl UnsafeUnpin for ArchitectureParallelSubgroup
impl UnwindSafe for ArchitectureParallelSubgroup
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