❌

Normal view

Restore LLM Inference Capacity in Seconds with Shadow Engine Recovery in NVIDIA Dynamo

25 August 2026 at 20:57
Decorative image.When an LLM engine process fails, the standard recovery path involves a cold restart. This requires loading weights into HBM from storage, compiling kernels,...Decorative image.

When an LLM engine process fails, the standard recovery path involves a cold restart. This requires loading weights into HBM from storage, compiling kernels, and capturing NVIDIA CUDA graphs. For large models, initialization can take several minutes, during which surviving workers must absorb the displaced traffic. Shadow engine recovery, available as a preview feature in NVIDIA Dynamo…

Source

Run Massive-Scale UMAP in Minutes Using Multiple GPUsβ€”Without Losing Accuracy

18 August 2026 at 16:48
Uniform Manifold Approximation and Projection (UMAP) is a dimensionality reduction technique widely used for visualization and feature extraction. Applications...

Uniform Manifold Approximation and Projection (UMAP) is a dimensionality reduction technique widely used for visualization and feature extraction. Applications range across exploratory data analysis, topic modeling, and single-cell analysis. Many of these workflows are iterative and exploratory, requiring UMAP to be run repeatedly as users analyze their data or tune parameters. As datasets grow…

Source

Run High-Performance Core Math at Scale with NVIDIA nvmath-python

30 July 2026 at 22:43
Decorative math image.NVIDIA nvmath-python is a library designed to bridge the gap between the Python scientific community and NVIDIA CUDA-X math libraries. It gives Python users...Decorative math image.

NVIDIA nvmath-python is a library designed to bridge the gap between the Python scientific community and NVIDIA CUDA-X math libraries. It gives Python users access to CUDA-X performance for common math operations without disrupting existing workflows. Depending on the API, operations can run on a CPU, CUDA-enabled GPU, or distributed multi-GPU, multi-node systems.

Source

Advancing Semiconductor Innovation Across Materials Engineering and Manufacturing

27 July 2026 at 00:45
As AI workloads increase, explosive compute demand is pushing the semiconductor industry to meet unprecedented performance targets. Even small delays can have...

As AI workloads increase, explosive compute demand is pushing the semiconductor industry to meet unprecedented performance targets. Even small delays can have outsized financial impact in fast-moving AI hardware cycles. Simultaneously, the shift from chip-level optimization to system-level engineering is compounding thermal and power challenges. Meeting these demands requires breakthroughs…

Source

Designing GPU-Accelerated Query Engines with NVIDIA GQE

30 June 2026 at 17:36
Decorative image.GPU-accelerated query engines are often constrained by memory and I/O bandwidth. NVIDIA hardware advancesβ€”including high bandwidth memory (HBM), NVIDIA...Decorative image.

GPU-accelerated query engines are often constrained by memory and I/O bandwidth. NVIDIA hardware advancesβ€”including high bandwidth memory (HBM), NVIDIA NVLink-C2C, and dedicated decompression engines featured in NVIDIA GB200 NVL4β€”help remove these bottlenecks by increasing effective storage capacity, accelerating data movement between CPUs and GPUs, and speeding data access without consuming…

Source

❌