For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).
Mojo function
build_configs_generic
def build_configs_generic[a_type: DType, b_type: DType, c_type: DType, transpose_b: Bool, M_start: Int, M_end: Int, ConfigFnType: ImplicitlyCopyable & def(Int) -> MatmulConfig[a_type, b_type, c_type, transpose_b], config_fn: ConfigFnType]() -> Set[MatmulConfig[a_type, b_type, c_type, transpose_b]] where (eq ConfigFnType.a_type, a_type) where (eq ConfigFnType.b_type, b_type) where (eq ConfigFnType.c_type, c_type) where (eq ConfigFnType.transpose_b, transpose_b)
Returns:
Set[MatmulConfig[a_type, b_type, c_type, transpose_b]]
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!