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-17 08:26:54 +00:00
2026-08-14 07:48:52 +00:00
2026-08-10 09:12:05 +00:00
2026-08-17 10:52:34 +00:00
2026-08-15 14:26:24 +00:00
2026-08-17 09:18:32 +00:00
2026-08-18 06:11:03 +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-17 04:18:29 +00:00
2026-08-17 04:18:29 +00:00
2026-08-15 14:15:47 +00:00
2026-08-17 07:39:52 +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
2026-08-17 08:49:14 +00:00