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
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!