Skip to main content
Log in

Mojo struct

MHASchedulerSynchronization

@register_passable(trivial) struct MHASchedulerSynchronization

Aliases

  • NONE = MHASchedulerSynchronization(__init__[__mlir_type.!pop.int_literal](0)):
  • PRODUCER = MHASchedulerSynchronization(__init__[__mlir_type.!pop.int_literal](1)):
  • ALL = MHASchedulerSynchronization(__init__[__mlir_type.!pop.int_literal](2)):
  • DEFAULT = MHASchedulerSynchronization(__init__[__mlir_type.!pop.int_literal](1)):

Implemented traits

AnyType, Copyable, ExplicitlyCopyable, Movable, UnknownDestructibility

Methods

__eq__

__eq__(self, other: Self) -> Bool

__ne__

__ne__(self, other: Self) -> Bool

Was this page helpful?