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 function

pack_filter

def pack_filter(filter: TileTensor[Storage=filter.Storage, address_space=filter.address_space, linear_idx_type=filter.linear_idx_type], packed_filter: TileTensor[Storage=packed_filter.Storage, address_space=packed_filter.address_space, linear_idx_type=packed_filter.linear_idx_type], num_groups: Int)

This packs the filter form RSCF to FRSCf. Use the default micro kernel size for dynamic shapes.

Args:

Was this page helpful?