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
PsMetadata
struct PsMetadata
Holds the persistent-scheduling work partition built on the host.
Stores work_indptr (prefix-sum of work counts per thread-group, length
available_tgs+1) and work_info (flat WorkInfo records, 8 int32 each)
that the persistent GPU kernel (S2) consumes to drive its grid.
Fieldsβ
- βwork_indptr (
List[Int32]): - βwork_info (
List[Int32]): - βnum_works (
Int):
Implemented traitsβ
AnyType,
Copyable,
ImplicitlyDeletable,
Movable
Methodsβ
__init__β
def __init__(out self)
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!