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

Route matmul_kernel

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

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