triton.autotune(
configs=matmul_get_configs(pre_hook=matmul_tma_set_block_size_hook),
key=["M", "N", "K", "WARP_SPECIALIZE"],
)
| 1 | import argparse |
| 2 | import itertools |
| 3 | from contextlib import contextmanager |
| 4 | from typing import Optional |
nothing calls this directly
no outgoing calls
no test coverage detected