pub const FFN_MODULE: &str = "glm5next_ffn";Expand description
Module name the GLM FFN kernels resolve from. kernels/gb10/common/glm5next_ffn.cu is not
listed in common/KERNEL.toml’s [modules], so it takes its file stem.
🪤 The other three modules below are the opposite case and are listed: dense_gemm_bf16 maps
to "gemm" and w4a16_gemm maps to "w4a16". Guessing the stem for those resolves to
nothing — the bug caught at 0846fad3. Grep [modules] before writing any resolve().