Skip to main content

Mojo struct

MHASchedulerSynchronization

@register_passable(trivial) struct MHASchedulerSynchronization

Implemented traits

AnyType, Copyable, ExplicitlyCopyable, Movable, UnknownDestructibility

Aliases

ALL

alias ALL = MHASchedulerSynchronization(__init__[__mlir_type.!pop.int_literal](2))

DEFAULT

alias DEFAULT = MHASchedulerSynchronization(__init__[__mlir_type.!pop.int_literal](1))

NONE

alias NONE = MHASchedulerSynchronization(__init__[__mlir_type.!pop.int_literal](0))

PRODUCER

alias PRODUCER = MHASchedulerSynchronization(__init__[__mlir_type.!pop.int_literal](1))

Methods

__eq__

__eq__(self, other: Self) -> Bool

__ne__

__ne__(self, other: Self) -> Bool

Was this page helpful?