Mojo struct
UMMADescriptorSS
@register_passable(trivial)
struct UMMADescriptorSS[operand_type: DType]
Fields
- a (
UMMADescriptorSS[operand_type].a_t): - b (
UMMADescriptorSS[operand_type].b_t):
Implemented traits
AnyType,
Copyable,
DescriptorPair,
ImplicitlyCopyable,
Movable,
UnknownDestructibility
comptime members
__copyinit__is_trivial
comptime __copyinit__is_trivial = True
__del__is_trivial
comptime __del__is_trivial = True
__moveinit__is_trivial
comptime __moveinit__is_trivial = True
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
get_b
get_b(self) -> UMMADescriptorSS[operand_type].b_t
Returns:
UMMADescriptorSS
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!