AI Briefing
KO
Pick

Furiosa SDK 2026.3: A New Kernel Framework and the Models It Enables

·2026.06.30 09:00

Key point

FuriosaAI has dramatically accelerated model support speed with SDK 2026.3, which introduces the new kernel framework TCL.

Details

FuriosaAI has announced SDK 2026.3. The core of this update is a new kernel framework called TCL (Tensor Contraction Language) and the furiosa-kernels package built on top of it.

The existing approach had a limitation in that decomposing PyTorch models into ATen operations diluted the model's intent and structure. In contrast, TCL is a declarative Python eDSL that treats Tensor Contraction operations as first-class primitives, helping the compiler optimize tiling, scheduling, fusion, and more while preserving the model's structure.

This release provides the following key features:

  • Native multimodal (Vision-Language) serving support via Qwen3-VL
  • Fast onboarding support for large-scale MoE (Mixture-of-Experts) models such as gpt-oss, Solar-Open, K-EXAONE, Qwen3 MoE
  • Model deployment without recompilation via the FXB (Furiosa Executable Bundle) format
  • Introduction of an opt-in overlap scheduler that maximizes NPU utilization

Thanks to TCL's modular design, even when new architectures emerge, existing building blocks like RMSNorm, Linear, and MLP can be reused, enabling very fast model support.

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.