IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
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 module

conv_utils

Utilities for direct convolution kernels on CPU.

Provides convolution shape description, L2 tiling heuristics, micro-kernel shape selection, and work partitioning helpers used by the direct and im2col convolution implementations.

comptime values​

elementwise_epilogue_type​

comptime elementwise_epilogue_type = def[rank: Int](coords: IndexList[rank], f_size: Int) capturing thin -> None

elementwise_simd_epilogue_type​

comptime elementwise_simd_epilogue_type = def[dtype: DType, rank: Int, width: SIMDLength, alignment: Int = Int(1)](IndexList[rank], SIMD[dtype, width]) capturing thin -> None

Structs​

Functions​