MCPcopy Create free account
hub / github.com/MeshInfra/WaferLLM / cfg_name

Function cfg_name

MeshGEMM/host_common.py:13–15  ·  view source on GitHub ↗

Per-config suffix used for compile artifacts (out_ , artifact_ .json).

(P, M, K, N)

Source from the content-addressed store, hash-verified

11
12
13def cfg_name(P, M, K, N):
14 """Per-config suffix used for compile artifacts (out_<cfg>, artifact_<cfg>.json)."""
15 return f"{P}_{M // P}_{K // P}_{N // P}"
16
17
18def float_to_hex(f):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected