pub struct SubgroupMatrixConfig {
pub component_type: Option<SubgroupMatrixComponentType>,
pub result_component_type: Option<SubgroupMatrixComponentType>,
pub m: Option<u32>,
pub n: Option<u32>,
pub k: Option<u32>,
}Fields§
§component_type: Option<SubgroupMatrixComponentType>§result_component_type: Option<SubgroupMatrixComponentType>§m: Option<u32>§n: Option<u32>§k: Option<u32>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SubgroupMatrixConfig
impl RefUnwindSafe for SubgroupMatrixConfig
impl Send for SubgroupMatrixConfig
impl Sync for SubgroupMatrixConfig
impl Unpin for SubgroupMatrixConfig
impl UnsafeUnpin for SubgroupMatrixConfig
impl UnwindSafe for SubgroupMatrixConfig
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