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_config

Configuration types for SM100 structured convolution kernels.

This module provides:

  • Conv2dProblemShape: Defines the convolution problem geometry
  • Conv2dConfig: Kernel configuration (tile sizes, pipeline depths, etc.)

The convolution is mapped to GEMM as implicit im2col:

  • M = N_batch * H_out * W_out (output spatial)
  • N = K_filters (output channels)
  • K = C_in * R * S (input channels * filter spatial)

Structsโ€‹