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

dispatch

SM100 Conv2D dispatch for the nn conv op.

This module provides a dtype-safe dispatch function that gates SM100 conv2d kernel instantiation to supported dtypes (bf16/fp16) only. Importing this module does NOT trigger kernel compilation -- the kernel is only compiled when dispatch_sm100_conv2d is called with a supported dtype inside a @parameter if guard.

Functionsโ€‹