Skip to main content

Mojo struct

UMMADescriptorSS

struct UMMADescriptorSS[operand_type: DType]

Fields​

  • ​a (UMMADescriptorSS[operand_type].a_t):
  • ​b (UMMADescriptorSS[operand_type].b_t):

Implemented traits​

AnyType, Copyable, DescriptorPair, ImplicitlyCopyable, ImplicitlyDestructible, Movable, RegisterPassable, TrivialRegisterPassable

comptime members​

a_t​

comptime a_t = MMASmemDescriptor

b_t​

comptime b_t = MMASmemDescriptor

operand_t​

comptime operand_t = operand_type

Methods​

__init__​

__init__(a: MMASmemDescriptor, b: MMASmemDescriptor) -> Self

get_a​

get_a(self) -> UMMADescriptorSS[operand_type].a_t

Returns:

UMMADescriptorSS[operand_type].a_t

get_b​

get_b(self) -> UMMADescriptorSS[operand_type].b_t

Returns:

UMMADescriptorSS[operand_type].b_t