feat(EX): Algorithm Factor Replacement Engine — dlopen-based CUDA kernel dispatch

Factors: 0 (moe_topk_softmax), 2 (moe_fused_gemm), 5 (gdn_chunk_fwd)
Fixes: topk_softmax fallback (2304x/token), GDN NaN (frac=0.9998-1.0)
This commit is contained in:
EX Engine
2026-08-10 02:25:23 +00:00
parent 121432f8e9
commit fcfb764560
9 changed files with 1708 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from .ex_loader import EXEngine, get_engine
__all__ = ["EXEngine", "get_engine"]