root
54a9b572af
[fix] xllm_ops 7处函数名匹配.so真实导出符号
- reshape_and_cache → reshape_paged_cache (xllm_cache.so)
- residual_rms_norm → fused_add_rms_norm (xllm_norm.so)
- topk_softmax → moe_fused_topk (xllm_moe.so)
- moe_compute_token_index → moe_compute_index (xllm_moe.so)
- ix_full_bridge → ix_moe_bridge (paged_attention, ix_linear)
- ix_linear 5参数 → 3参数 (input, weight, bias)
- check_all: ix_moe_bridge改为required, ix_full_bridge改为optional
2026-08-18 06:11:03 +00:00
..
2026-08-12 01:33:24 +00:00
2026-08-15 14:15:47 +00:00
2026-08-12 01:33:24 +00:00
2026-08-12 01:33:24 +00:00
2026-08-12 01:33:24 +00:00
2026-08-10 02:31:55 +00:00
2026-08-15 14:15:47 +00:00
2026-08-17 04:18:29 +00:00
2026-08-13 02:48:28 +00:00
2026-08-12 01:33:24 +00:00
2026-08-15 14:15:47 +00:00
2026-08-18 04:17:58 +00:00
2026-08-17 02:16:58 +00:00
2026-08-10 03:10:58 +00:00
2026-08-10 02:55:58 +00:00
2026-08-17 02:16:58 +00:00
2026-08-15 14:13:13 +00:00
2026-08-18 03:35:26 +00:00
2026-08-18 06:11:03 +00:00