❌

Normal view

Received β€” 30 July 2026 ⏭ NVIDIA Technical Blog

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

Received β€” 27 July 2026 ⏭ NVIDIA Technical Blog

Six Agent Harness Capabilities for Higher Model Performance

27 July 2026 at 09:00
Decorative image.Building a great AI agent isn’t just about choosing the right models. The harness is the architecture surrounding the model. How it renders context, executes...Decorative image.

Building a great AI agent isn’t just about choosing the right models. The harness is the architecture surrounding the model. How it renders context, executes actions, manages state, and decides when a task is done shapes outcomes just as much as the model itself. Harness design alone can account for double-digit swings in benchmark results and significant differences in token cost…

Source

Received β€” 23 July 2026 ⏭ NVIDIA Technical Blog

Start Customizing NVIDIA Nemotron 3 Nano with Prime Intellect Lab in Minutes

23 July 2026 at 16:00
Decorative image.Customization is what enables developers to take a general model and tailor it to use cases, domains, languages, and more. However, customization comes with a...Decorative image.

Customization is what enables developers to take a general model and tailor it to use cases, domains, languages, and more. However, customization comes with a few challenges. It requires infrastructure, technical expertise, and software specific to the workflow, as well as resources such as GPUs and the ability to use them effectively. It also depends on specialized domain knowledge: What…

Source

Received β€” 15 June 2026 ⏭ NVIDIA Technical Blog

Boosting MoE Training Throughput with Advanced Fusion Kernels

15 June 2026 at 16:45
Mixture-of-experts (MoE) models have quickly become a foundational component of modern, large-scale AI systems. They are widely adopted because they enable...

Mixture-of-experts (MoE) models have quickly become a foundational component of modern, large-scale AI systems. They are widely adopted because they enable substantially larger model capacity while activating only a subset of parameters for each token, offering an unparalleled approach for scaling performance within a practical compute budget. As model scales continue to grow…

Source

Received β€” 26 May 2026 ⏭ NVIDIA Technical Blog

NVIDIA CUDA 13.3 Enhances GPU Development with Tile Programming in C++, Compiler Autotuning, and Python Updates

26 May 2026 at 21:39
Decorative image.NVIDIA CUDA 13.3 brings new capabilities and performance optimizations to developers across the CUDA ecosystem. The launch of NVIDIA CUDA Tile programming in...Decorative image.

NVIDIA CUDA 13.3 brings new capabilities and performance optimizations to developers across the CUDA ecosystem. The launch of NVIDIA CUDA Tile programming in C++, enables high-level, tile-based kernel development that automatically manages complex low-level GPU details for optimal performance and portability. Additionally, CUDA Tile programming is now supported on Compute Capability 9.0…

Source

Received β€” 13 May 2026 ⏭ NVIDIA Technical Blog

Accelerated X-Ray Analysis for Nanoscale Imaging (XANI) of Novel Materials

13 May 2026 at 16:39
A massive-scale X-ray free-electron laser (XFEL) enables tracking structural and electron dynamics in novel systems, including fusion materials, semiconductors,...

A massive-scale X-ray free-electron laser (XFEL) enables tracking structural and electron dynamics in novel systems, including fusion materials, semiconductors, batteries, and catalysis. It produces ultrashort X-ray pulses that can record the movements of atoms and electrons. These instruments can detect the smallest change in material structure caused by defects and other influences.

Source

Received β€” 24 April 2026 ⏭ NVIDIA Technical Blog

Simplify Sparse Deep Learning with Universal Sparse Tensor in nvmath-python

22 April 2026 at 23:50
Decorative image.In a previous post, we introduced the Universal Sparse Tensor (UST), enabling developers to decouple a tensor’s sparsity from its memory layout for greater...Decorative image.

In a previous post, we introduced the Universal Sparse Tensor (UST), enabling developers to decouple a tensor’s sparsity from its memory layout for greater flexibility and performance. We’re excited to announce the integration of the UST into nvmath-python v0.9.0 to accelerate sparse scientific and deep learning applications. This post provides a walkthrough of key UST features…

Source

❌