pub struct MaxGlobalReaderPlanes {
pub lhs: u32,
pub rhs: u32,
}Expand description
Maximal number of planes each reader can handle to divide its workload evenly
Fields§
§lhs: u32§rhs: u32Implementations§
Source§impl MaxGlobalReaderPlanes
impl MaxGlobalReaderPlanes
Sourcepub fn new<LL: LoadMaxRoundPlaneCount, RL: LoadMaxRoundPlaneCount>(
tiling_scheme: &TilingScheme,
line_sizes: &MatmulLineSizes,
plane_dim: u32,
) -> Self
pub fn new<LL: LoadMaxRoundPlaneCount, RL: LoadMaxRoundPlaneCount>( tiling_scheme: &TilingScheme, line_sizes: &MatmulLineSizes, plane_dim: u32, ) -> Self
Create a MaxGlobalReaderPlanes
Auto Trait Implementations§
impl Freeze for MaxGlobalReaderPlanes
impl RefUnwindSafe for MaxGlobalReaderPlanes
impl Send for MaxGlobalReaderPlanes
impl Sync for MaxGlobalReaderPlanes
impl Unpin for MaxGlobalReaderPlanes
impl UnwindSafe for MaxGlobalReaderPlanes
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