Skip to main content

Mojo struct

TuningConfigSM100

@register_passable(trivial) struct TuningConfigSM100

Fields

  • M (Int):
  • M_end (Int):
  • N (Int):
  • K (Int):
  • mma_shape (IndexList[3]):
  • block_tile_shape (IndexList[3]):
  • cluster_shape (IndexList[3]):
  • block_swizzle_size (UInt):
  • rasterize_order (RasterOrder):
  • cta_group (Int):
  • swapAB (Bool):
  • k_group_size (UInt):
  • num_accum_pipeline_stages (UInt):
  • num_clc_pipeline_stages (UInt):
  • num_split_k (Int):

Implemented traits

AnyType, Copyable, ImplicitlyCopyable, Movable, Stringable, TuningConfig, UnknownDestructibility

Aliases

__copyinit__is_trivial

comptime __copyinit__is_trivial = True

__del__is_trivial

comptime __del__is_trivial = True

__moveinit__is_trivial

comptime __moveinit__is_trivial = True

Methods

__init__

__init__(M: Int, N: Int, K: Int, mma_shape: IndexList[3], block_tile_shape: IndexList[3], cluster_shape: IndexList[3], block_swizzle_size: UInt, rasterize_order: RasterOrder) -> Self

__init__(M: Int, M_end: Int, N: Int, K: Int, mma_shape: IndexList[3], cta_group: Int, cluster_shape: IndexList[3], block_swizzle_size: UInt, rasterize_order: RasterOrder, swapAB: Bool = False, k_group_size: UInt = 1, num_accum_pipeline_stages: UInt = 2, num_clc_pipeline_stages: UInt = 2, num_split_k: Int = 1) -> Self

__str__

__str__(self) -> String

Returns:

String

Was this page helpful?