pub struct CooperativeMatrixLayout(/* private fields */);Implementations§
Source§impl CooperativeMatrixLayout
impl CooperativeMatrixLayout
pub const ROW_MAJOR_KHR: Self
pub const COLUMN_MAJOR_KHR: Self
pub const ROW_BLOCKED_INTERLEAVED_ARM: Self
pub const COLUMN_BLOCKED_INTERLEAVED_ARM: Self
Trait Implementations§
Source§impl Clone for CooperativeMatrixLayout
impl Clone for CooperativeMatrixLayout
Source§fn clone(&self) -> CooperativeMatrixLayout
fn clone(&self) -> CooperativeMatrixLayout
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CooperativeMatrixLayout
impl Debug for CooperativeMatrixLayout
Source§impl Display for CooperativeMatrixLayout
impl Display for CooperativeMatrixLayout
Source§impl PartialEq for CooperativeMatrixLayout
impl PartialEq for CooperativeMatrixLayout
impl Copy for CooperativeMatrixLayout
impl Eq for CooperativeMatrixLayout
impl StructuralPartialEq for CooperativeMatrixLayout
Auto Trait Implementations§
impl Freeze for CooperativeMatrixLayout
impl RefUnwindSafe for CooperativeMatrixLayout
impl Send for CooperativeMatrixLayout
impl Sync for CooperativeMatrixLayout
impl Unpin for CooperativeMatrixLayout
impl UnsafeUnpin for CooperativeMatrixLayout
impl UnwindSafe for CooperativeMatrixLayout
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'a, T> WordExt<'a> for Twhere
T: Word,
impl<'a, T> WordExt<'a> for Twhere
T: Word,
Source§fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
Parses one word.
Source§fn parse_optional(
stream: &mut InstructionStream<'a>,
) -> ParseResult<Option<Self>>
fn parse_optional( stream: &mut InstructionStream<'a>, ) -> ParseResult<Option<Self>>
Tries to optionally parse one word.
Source§fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
Parses words until the end of the stream.