Skip to main content

Mojo struct

WarpRole

@register_passable(trivial) struct WarpRole

Implemented traits

AnyType, Copyable, ExplicitlyCopyable, Movable, UnknownDestructibility

Aliases

__copyinit__is_trivial

alias __copyinit__is_trivial = True

__del__is_trivial

alias __del__is_trivial = True

__moveinit__is_trivial

alias __moveinit__is_trivial = True

Epilogue

alias Epilogue = WarpRole(3)

MainLoad

alias MainLoad = WarpRole(5)

Mma

alias Mma = WarpRole(6)

Scheduler

alias Scheduler = WarpRole(4)

Methods

__eq__

__eq__(self, other: UInt) -> Bool

Returns:

Bool

__eq__(self, other: Self) -> Bool

Returns:

Bool

__ne__

__ne__(self, other: Self) -> Bool

Returns:

Bool

__ge__

__ge__(self, other: UInt) -> Bool

Returns:

Bool

is_main_load

static is_main_load() -> Bool

Returns:

Bool

is_mma

static is_mma() -> Bool

Returns:

Bool

is_epilogue

static is_epilogue() -> Bool

Returns:

Bool

is_scheduler

static is_scheduler() -> Bool

Returns:

Bool

Was this page helpful?