Skip to main content

Mojo function

choose_config

choose_config[a_type: DType, b_type: DType, c_type: DType, transpose_b: Bool = True](M: Int, N: Int, K: Int) -> MatmulConfig[a_type, b_type, c_type, transpose_b]

Returns:

MatmulConfig

Was this page helpful?