Skip to main content

Mojo struct

TuningConfigSM90

@register_passable(trivial) struct TuningConfigSM90

Fields

  • M (Int):
  • N (Int):
  • K (Int):
  • mma_shape (IndexList[3]):
  • block_tile_shape (IndexList[3]):
  • num_pipeline_stages (UInt):
  • cluster_shape (IndexList[3]):
  • num_consumer (UInt):
  • partitioned_multicast (Bool):
  • grid_shape (OptionalReg[IndexList[2]]):
  • schedule (MatmulSchedule):

Implemented traits

AnyType, Copyable, ExplicitlyCopyable, Movable, Stringable, TuningConfig, UnknownDestructibility

Methods

__str__

__str__(self) -> String

Returns:

String

Was this page helpful?