triton.autotune(
configs=matmul_get_configs(),
key=["M", "N", "K"],
)
| 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