pub struct SyncPartialStageGlobalReaderExpand<IP: MatrixPrecision, G: GlobalConfig, L: SyncPartialLoadingStrategy> { /* private fields */ }Implementations§
Source§impl<IP: MatrixPrecision, G: GlobalConfig, L: SyncPartialLoadingStrategy> SyncPartialStageGlobalReaderExpand<IP, G, L>
impl<IP: MatrixPrecision, G: GlobalConfig, L: SyncPartialLoadingStrategy> SyncPartialStageGlobalReaderExpand<IP, G, L>
pub fn __expand_stage_method( self, scope: &mut Scope, stage_buffer: StageBuffer, ) -> <StridedStage<IP::Stage, L::TilingLayout> as CubeType>::ExpandType
pub fn __expand_advance_view_method( self, scope: &mut Scope, ) -> <() as CubeType>::ExpandType
pub fn __expand_load_stage_method( self, scope: &mut Scope, stage_buffer: StageBuffer, config: G, ) -> <() as CubeType>::ExpandType
pub fn __expand_new( scope: &mut Scope, tensor: <View<Line<IP::Global>, Coords2d> as CubeType>::ExpandType, k_step: <u32 as CubeType>::ExpandType, ident: MatmulIdent, config: G, ) -> Self
pub fn __expand_stage( scope: &mut Scope, this: Self, stage_buffer: StageBuffer, ) -> <StridedStage<IP::Stage, L::TilingLayout> as CubeType>::ExpandType
pub fn __expand_advance_view( scope: &mut Scope, this: Self, ) -> <() as CubeType>::ExpandType
pub fn __expand_load_stage( scope: &mut Scope, this: Self, stage_buffer: StageBuffer, config: G, ) -> <() as CubeType>::ExpandType
Trait Implementations§
Source§impl<IP: MatrixPrecision, G: GlobalConfig, L: SyncPartialLoadingStrategy> Clone for SyncPartialStageGlobalReaderExpand<IP, G, L>
impl<IP: MatrixPrecision, G: GlobalConfig, L: SyncPartialLoadingStrategy> Clone for SyncPartialStageGlobalReaderExpand<IP, G, L>
Source§impl<IP: MatrixPrecision, G: GlobalConfig, L: SyncPartialLoadingStrategy> CubeDebug for SyncPartialStageGlobalReaderExpand<IP, G, L>
impl<IP: MatrixPrecision, G: GlobalConfig, L: SyncPartialLoadingStrategy> CubeDebug for SyncPartialStageGlobalReaderExpand<IP, G, L>
Source§fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
Set the debug name of this type’s expansion. Should do nothing for types that don’t appear
at runtime
Source§impl<IP: MatrixPrecision, G: GlobalConfig, L: SyncPartialLoadingStrategy> IntoMut for SyncPartialStageGlobalReaderExpand<IP, G, L>
impl<IP: MatrixPrecision, G: GlobalConfig, L: SyncPartialLoadingStrategy> IntoMut for SyncPartialStageGlobalReaderExpand<IP, G, L>
Auto Trait Implementations§
impl<IP, G, L> Freeze for SyncPartialStageGlobalReaderExpand<IP, G, L>
impl<IP, G, L> !RefUnwindSafe for SyncPartialStageGlobalReaderExpand<IP, G, L>
impl<IP, G, L> !Send for SyncPartialStageGlobalReaderExpand<IP, G, L>
impl<IP, G, L> !Sync for SyncPartialStageGlobalReaderExpand<IP, G, L>
impl<IP, G, L> Unpin for SyncPartialStageGlobalReaderExpand<IP, G, L>where
G: Unpin,
<L as SyncPartialLoadingStrategy>::TilingLayout: Unpin,
<<L as SyncPartialLoadingStrategy>::Job<IP> as CubeType>::ExpandType: Unpin,
<IP as MatrixPrecision>::Stage: Unpin,
impl<IP, G, L> !UnwindSafe for SyncPartialStageGlobalReaderExpand<IP, G, L>
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