Skip to main content
Log in

Mojo struct

WorkInfo

@register_passable(trivial) struct WorkInfo

Fields

  • m (SIMD[uint32, 1]):
  • n (SIMD[uint32, 1]):
  • k_start (SIMD[uint32, 1]):
  • num_k_tiles (SIMD[uint32, 1]):
  • is_valid_tile (Bool):

Implemented traits

AnyType, Copyable, ExplicitlyCopyable, Movable, Stringable, UnknownDestructibility, Writable

Methods

is_valid

is_valid(self) -> Bool

__str__

__str__(self) -> String

write_to

write_to[W: Writer](self, mut writer: W)

Was this page helpful?