Mojo struct
TuningConfigSM100
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 (
Int): - βrasterize_order (
RasterOrder): - βcta_group (
Int): - βswapAB (
Bool): - βk_group_size (
Int): - βnum_accum_pipeline_stages (
Int): - βnum_clc_pipeline_stages (
Int): - βnum_split_k (
Int): - βnum_pipeline_stages (
Int): - βis_small_bn (
Bool): - βbatch_size (
Int):
Implemented traitsβ
AnyType,
Copyable,
ImplicitlyCopyable,
ImplicitlyDestructible,
Movable,
RegisterPassable,
TrivialRegisterPassable,
TuningConfig,
Writable
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: Int, rasterize_order: RasterOrder, cta_group: Int = 2, swapAB: Bool = False, k_group_size: Int = 1, num_accum_pipeline_stages: Int = 2, num_clc_pipeline_stages: Int = 2, num_split_k: Int = 1, num_pipeline_stages: Int = 0, is_small_bn: Bool = False, batch_size: Int = 1) -> 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: Int, rasterize_order: RasterOrder, swapAB: Bool = False, k_group_size: Int = 1, num_accum_pipeline_stages: Int = 2, num_clc_pipeline_stages: Int = 2, num_split_k: Int = 1, num_pipeline_stages: Int = 0, is_small_bn: Bool = False, batch_size: Int = 1) -> Self
write_toβ
write_to(self, mut writer: T)
Writes the tuning config as a string.
Args:
- βwriter (
T): The writer to write to.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!