Skip to main content
Log in

Mojo struct

WGMMADescriptor

@register_passable(trivial) struct WGMMADescriptor[dtype: DType]

Fields

  • desc (SIMD[int64, 1]):

Implemented traits

AnyType, UnknownDestructibility

Methods

__init__

@implicit __init__(val: SIMD[int64, 1]) -> Self

__add__

__add__(self, offset: Int) -> Self

__iadd__

__iadd__(mut self, offset: Int)

create

static create[stride_byte_offset: Int, leading_byte_offset: Int, swizzle_mode: Int = 0](smem_ptr: UnsafePointer[SIMD[dtype, 1], address_space=3]) -> Self