MCPcopy Create free account
hub / github.com/FlashSampling/FlashSampling / matmul_kernel_tma

Route matmul_kernel_tma

src/fused_mm_sampling/persistent_matmul.py:None–None  ·  view source on GitHub ↗
triton.autotune(
    configs=matmul_get_configs(pre_hook=matmul_tma_set_block_size_hook),
    key=["M", "N", "K", "WARP_SPECIALIZE"],
)

Source from the content-addressed store, hash-verified

1import argparse
2import itertools
3from contextlib import contextmanager
4from typing import Optional

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected