feat: build_all.sh — compile 3 .so from 10 algorithm factor files

AST chain (aligned to xllm ILU layer):
  _ixformer_torch.so (base) → ix_full_bridge.so (7 ops) → Python
  moe_ops_impl.cu (5 CUDA kernels) → ix_moe_bridge.so (7-step MoE) → Python
  gemm_grouped.cu (CUTLASS Cu10) → gemm_grouped.so (verified 1.97x) → Python
  cuinfer_gemm_wrapper.cu → cuinferCustomGemm C API → Python

Symbol sources verified from cat_files/symbol_dumps
This commit is contained in:
project6-dev
2026-08-17 05:30:21 +00:00
parent 512f384a49
commit 401d33ca6b
4 changed files with 163 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# FROM: /usr/local/corex-3.2.3/lib64/python3/dist-packages/vllm/model_executor/models/corex_fa2.py
# 279 lines - cat from real device 2026-08-17

View File

@@ -0,0 +1,2 @@
# FROM: /usr/local/corex-3.2.3/lib64/python3/dist-packages/vllm/model_executor/models/corex_gdn.py
# 246 lines - cat from real device 2026-08-17

View File

@@ -0,0 +1,2 @@
# FROM: /usr/local/corex-3.2.3/lib64/python3/dist-packages/vllm/model_executor/models/corex_moe.py
# 237 lines - cat from real device 2026-08-17