Skip to main content

Mojo struct

UMMADescriptorSS

@register_passable(trivial) struct UMMADescriptorSS[operand_type: DType]

Fields

  • a (MMASmemDescriptor):
  • b (MMASmemDescriptor):

Implemented traits

AnyType, Copyable, DescriptorPair, Movable, UnknownDestructibility

Aliases

a_t

alias a_t = MMASmemDescriptor

b_t

alias b_t = MMASmemDescriptor

operand_t

alias operand_t = operand_type

Methods

__init__

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

get_a

get_a(self) -> MMASmemDescriptor

get_b

get_b(self) -> MMASmemDescriptor

Was this page helpful?