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
swapAB_midM_linear
def swapAB_midM_linear[a_type: DType, b_type: DType, c_type: DType, transpose_b: Bool = True](m: Int, pdl_level: PDLLevel) -> MatmulConfig[a_type, b_type, c_type, transpose_b]
Config for m in [65, 128] range with linear BN pattern.
Pattern: - BN = 40 + ((m - 65) // 16) * 8 - stages = 8, cluster = (1,1,1), swapAB = True
Returns:
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!