Files
project_6/ex_engine
Claude 5c03156978 fix: ix_full_bridge_v2.cpp — align namespace+signatures to real nm -D symbol dump
Non-MoE functions: ixformer::infer → ixformer_torch_ext (real namespace)
  silu_and_mul_forward, rms_norm_forward, fused_add_rms_norm_forward,
  ixformer_linear, ixformer_linear_ex, vllm_rotary_embedding_neox,
  vllm_cache_ops_reshape_and_cache, vllm_single_query_cached_kv_attention

MoE functions: keep ixformer::infer (provided by moe_ops_impl.cu)
  topk_softmax, moe_compute_token_index_api, moe_expand_input,
  moe_w16a16_group_gemm, moe_output_reduce_sum

Removed: flash_attn_prefill, xllm_paged_attention (not in any .so)
Fixed: c10::optional vs std::optional, parameter counts, arg order
2026-08-17 02:04:55 +00:00
..