pub struct TmaWeightLoaderExpand<MP: MatmulPrecision, S: StageConfig> {
pub tensor_view: <MappedTensorReader<MP::EI> as CubeType>::ExpandType,
pub stage: <Stage<MP::ES, TmaWeightTiling> as CubeType>::ExpandType,
/* private fields */
}
Fields§
§tensor_view: <MappedTensorReader<MP::EI> as CubeType>::ExpandType
§stage: <Stage<MP::ES, TmaWeightTiling> as CubeType>::ExpandType
Trait Implementations§
Source§impl<MP: MatmulPrecision, S: StageConfig> Clone for TmaWeightLoaderExpand<MP, S>
impl<MP: MatmulPrecision, S: StageConfig> Clone for TmaWeightLoaderExpand<MP, S>
Source§impl<MP: MatmulPrecision, S: StageConfig> CubeDebug for TmaWeightLoaderExpand<MP, S>
impl<MP: MatmulPrecision, S: StageConfig> CubeDebug for TmaWeightLoaderExpand<MP, S>
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<MP: MatmulPrecision, S: StageConfig> Init for TmaWeightLoaderExpand<MP, S>
impl<MP: MatmulPrecision, S: StageConfig> Init for TmaWeightLoaderExpand<MP, S>
Auto Trait Implementations§
impl<MP, S> Freeze for TmaWeightLoaderExpand<MP, S>
impl<MP, S> RefUnwindSafe for TmaWeightLoaderExpand<MP, S>where
S: RefUnwindSafe,
<MP as MatmulPrecision>::EI: RefUnwindSafe,
<MP as MatmulPrecision>::ES: RefUnwindSafe,
impl<MP, S> !Send for TmaWeightLoaderExpand<MP, S>
impl<MP, S> !Sync for TmaWeightLoaderExpand<MP, S>
impl<MP, S> Unpin for TmaWeightLoaderExpand<MP, S>
impl<MP, S> UnwindSafe for TmaWeightLoaderExpand<MP, S>where
S: UnwindSafe,
<MP as MatmulPrecision>::EI: UnwindSafe,
<MP as MatmulPrecision>::ES: UnwindSafe,
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