Mojo struct
WorkInfo
struct WorkInfo
Fields
- m (
UInt32): - n (
UInt32): - k_start (
UInt32): - num_k_tiles (
UInt32): - is_valid_tile (
Bool):
Implemented traits
AnyType,
Copyable,
ImplicitlyCopyable,
ImplicitlyDestructible,
Movable,
RegisterPassable,
TrivialRegisterPassable,
Writable
comptime members
INVALID_WORK_INFO
comptime INVALID_WORK_INFO = WorkInfo(SIMD(0), SIMD(0), SIMD(0), SIMD(0), False)
Methods
is_valid
is_final_split
write_to
write_to(self, mut writer: T)
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!