Researchers Released New BOOST Runtime System

The new runtime system leverages concurrent memory access to increase the throughput of LLM inference.

Updated on Sept. 21, 2026 in Semiconductors

Isometric editorial illustration of a silicon wafer and memory modules, representing the technical architecture of the BOOST runtime system.
Researchers from Georgia Tech, Nvidia, and Stanford released the BOOST runtime system, which accelerates LLM inference by utilizing concurrent host and HBM memory access. AI Illustration. Upload story photo >

Live Poll

Do you believe new research methods will make AI technology significantly more efficient for users?

Researchers from Georgia Tech, Nvidia Research, and Stanford University published a paper in September 2026 introducing the BOOST runtime system. This new method enhances LLM inference by enabling concurrent access to both host memory and high-bandwidth memory (HBM).

Why it matters

The BOOST system was developed to extract the combined bandwidth of host memory and HBM to accelerate LLM inference processes. This approach allows for performance gains without requiring developers to make kernel changes to their existing systems.

The system utilizes kernel access patterns for data management and modulo-based page placement to handle static model weights. Testing on a Grace Hopper system revealed that while the system boosts throughput, prefetching strategies degraded Time-per-Output-Token by 6%.

The players

Georgia Tech

A public research university in Atlanta that is a top-ranked institution for engineering and computer science research.

Nvidia Research

The research division of the global technology company that develops hardware and software for AI and high-performance computing.

Stanford University

A private research university in California known for its contributions to computer science and technological innovation.

The details

BOOST improves efficiency by making the free KV page pool wave-aware for attention key-value pairs during processing. By optimizing page allocation and runtime data management, the system eliminates access-ratio variance for static model weights.

Timeline

  1. The technical paper detailing the BOOST system was published in September 2026.

The Tech Race

This research follows a pattern set by the Nvidia Grace Hopper architecture in maximizing memory bandwidth for AI applications. It represents a broader shift toward software-defined optimizations to overcome physical bottlenecks inherent in GPU memory architectures.

For developers and engineers, this technology provides a way to improve the speed of LLM services without reconfiguring hardware kernels. By lowering inference latency, the system may help reduce the costs and resource requirements for deploying large AI models.

The takeaway

The BOOST runtime system demonstrates that clever software management can effectively expand the effective bandwidth of AI hardware. Developers should look to similar wave-aware memory management techniques to optimize their own inference pipelines.

Further reading

For more on developments in hardware efficiency, visit our Semiconductors section.

More information

Read the full technical paper on BOOST for detailed methodology and testing data.

Source note: This article includes information reported by Semiconductor Engineering.

Live Poll

Do you believe new research methods will make AI technology significantly more efficient for users?