For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).
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,
ImplicitlyDeletable,
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__β
def __init__(a: MMASmemDescriptor, b: MMASmemDescriptor) -> Self
get_aβ
def get_a(self) -> Self.a_t
Returns:
Self.a_t
get_bβ
def get_b(self) -> Self.b_t
Returns:
Self.b_t
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!