project_6
415ca12afc
fix: group_gemm format "TN" + Layer 3 ops_api dispatch from xllm upstream
AST chain alignment with upstream_ref/xllm/xllm/core/kernels/ilu/:
Layer 5: ixformer::infer (binary .so on device)
Layer 4: xllm_kernels/ilu/*.cpp -> calls ixformer::infer (0-diff with upstream)
Layer 3: xllm_kernels/ops_api.h+cpp + param.h (NEW from upstream 2719 lines)
kernels/kernels.h aggregation header (NEW)
Layer 2: xllm_layers/ilu/*.cpp (0-diff with upstream)
Layer 1: ix_full_bridge_v2.cpp pybind11 bridge (FIXED)
Critical fixes in ix_full_bridge_v2.cpp:
- group_gemm format "default" -> "TN" (match upstream ilu/group_gemm.cpp)
- fused_moe_forward: pass 3D weights directly instead of .view({-1,...})
- group_gemm output_n: use tokens_per_experts.sum() per upstream convention
2026-08-16 16:09:15 +00:00
..
2026-08-16 16:09:15 +00:00
2026-08-14 07:48:52 +00:00
2026-08-10 09:12:05 +00:00
2026-08-16 16:09:15 +00:00
2026-08-15 14:26:24 +00:00
2026-08-15 14:15:47 +00:00
2026-08-16 16:09:15 +00:00
2026-08-15 14:26:24 +00:00
2026-08-13 03:19:39 +00:00
2026-08-15 13:08:24 +00:00
2026-08-15 14:15:47 +00:00
2026-08-15 14:15:47 +00:00
2026-08-15 14:13:13 +00:00
2026-08-12 01:33:24 +00:00
2026-08-10 04:01:21 +00:00
2026-08-15 14:15:47 +00:00
2026-08-15 06:15:17 +00:00
2026-08-12 01:33:24 +00:00
2026-08-10 07:50:28 +00:00