For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).
Mojo struct
KernelConfig
struct KernelConfig
Block/warp/MMA shape configuration for ping-pong kernels.
Fieldsβ
- βblock_shape (
IndexList[Int(3)]): - βwarp_shape (
IndexList[Int(3)]): - βmma_shape (
IndexList[Int(3)]):
Implemented traitsβ
AnyType,
Copyable,
ImplicitlyCopyable,
ImplicitlyDeletable,
Movable,
Writable
Methodsβ
__init__β
def __init__(out self, *, block_shape: IndexList[Int(3)], warp_shape: IndexList[Int(3)], mma_shape: IndexList[Int(3)])
num_threadsβ
write_toβ
def write_to(self, mut writer: T)
write_repr_toβ
def write_repr_to(self, mut writer: T)
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!