Skip to main content

Mojo struct

TuningConfigSM100

@register_passable(trivial) struct TuningConfigSM100

Fields

  • 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):
  • num_pipeline_stages (UInt):

Implemented traits

AnyType, Copyable, ImplicitlyCopyable, Movable, Stringable, TuningConfig, 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

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, num_pipeline_stages: UInt = 1) -> Self

__str__

__str__(self) -> String

Returns:

String

Was this page helpful?