AI Briefing
KO

Meta Unveils IKBO for RecSys Inference Optimization

·2026.07.13 22:46

Key point

Meta has unveiled IKBO technology that eliminates the redundant data duplication overhead occurring during recommendation model inference.

Details

Meta introduced IKBO (In-Kernel Broadcast Optimization), a kernel-model-system co-design approach, to solve the memory and IO waste caused by explicitly duplicating user embeddings for every candidate during recommendation system (RecSys) inference.

IKBO fuses the broadcast logic directly into the user-candidate interaction kernel, internally handling inputs with different batch sizes without tensor duplication. Through this, the following results were achieved.

  • Reduced latency: Cut compute-intensive net latency by up to 2/3.
  • Increased throughput: Achieved up to a 6.4x throughput improvement over the baseline through TLX (Triton) warp-specialized fusion on H100 SXM5.
  • Memory efficiency: Converted the Flash Attention kernel from IO-bound to compute-bound, achieving high TFLOPs.

This technology has been deployed across Meta's multi-stage recommendation funnel and on both GPU and MTIA (Meta Training and Inference Accelerator) hardware, serving as the foundation for scalability.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.