# CUDA

Published articles for CUDA.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Translating CUDA Tile Operations from Python to Rust Using Agentic AI

DevFeed: [Translating CUDA Tile Operations from Python to Rust Using Agentic AI](<https://devfeed.tech/articles/translating-cuda-tile-operations-from-python-to-rust-using-agentic-ai-31486.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/translating-cuda-tile-operations-from-python-to-rust-using-agentic-ai/>)

Author: Tanya Lenz

Published: 2026-09-16T16:28:59Z

Content type: tutorial

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [CUDA Tile](<https://devfeed.tech/topics/cuda-tile.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [Agent Skill](<https://devfeed.tech/topics/agent-skill.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>), [Compiler](<https://devfeed.tech/topics/compiler.md>)

Tags: [agent-skill](<https://devfeed.tech/tags/agent-skill.md>), [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [benchmarking](<https://devfeed.tech/tags/benchmarking.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [cuda-tile](<https://devfeed.tech/tags/cuda-tile.md>), [cutile](<https://devfeed.tech/tags/cutile.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [mixture-of-experts-moe](<https://devfeed.tech/tags/mixture-of-experts-moe.md>), [python](<https://devfeed.tech/tags/python.md>), [rust](<https://devfeed.tech/tags/rust.md>)

### AI overview

This NVIDIA developer article explains a multi-agent workflow for translating cuTile Python and Triton-TileIR GPU kernels into cuTile Rust. The team ported 24 public TileGym operators, covering about 40 kernels, and achieved 99.5% of cuTile Python performance on average, with correctness and performance checks at each stage.

### Source excerpt

cuTile Rust (cutile-rs) is a tile-based system for safe, idiomatic GPU kernel authoring in the Rust programming language. Extending the Rust ownership model to...

## OpenVDB Introduces SIMD Framework With Some 2~4x Performance Improvements

DevFeed: [OpenVDB Introduces SIMD Framework With Some 2~4x Performance Improvements](<https://devfeed.tech/articles/openvdb-introduces-simd-framework-with-some-2-4x-performance-improvements-31411.md>)

Original publisher: [Read original article](<https://www.phoronix.com/news/OpenVDB-SIMD--Framework>)

Author: Michael Larabel

Published: 2026-09-16T10:05:23Z

Content type: news

Language: en

Sources: [Phoronix](<https://devfeed.tech/sources/phoronix.md>)

Topics: [Data structures](<https://devfeed.tech/topics/data-structures.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [x86](<https://devfeed.tech/topics/x86.md>), [releases](<https://devfeed.tech/topics/releases.md>), [cudnn](<https://devfeed.tech/topics/cudnn.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [avx](<https://devfeed.tech/tags/avx.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [data](<https://devfeed.tech/tags/data.md>), [data-structure](<https://devfeed.tech/tags/data-structure.md>), [desktop-linux](<https://devfeed.tech/tags/desktop-linux.md>), [github](<https://devfeed.tech/tags/github.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [linux-benchmarking](<https://devfeed.tech/tags/linux-benchmarking.md>), [linux-hardware-benchmarks](<https://devfeed.tech/tags/linux-hardware-benchmarks.md>), [linux-hardware-reviews](<https://devfeed.tech/tags/linux-hardware-reviews.md>), [linux-how-to](<https://devfeed.tech/tags/linux-how-to.md>), [linux-performance](<https://devfeed.tech/tags/linux-performance.md>), [linux-server-benchmarks](<https://devfeed.tech/tags/linux-server-benchmarks.md>), [open-source-graphics](<https://devfeed.tech/tags/open-source-graphics.md>), [performance](<https://devfeed.tech/tags/performance.md>), [phoronix](<https://devfeed.tech/tags/phoronix.md>), [phoronix-test-suite](<https://devfeed.tech/tags/phoronix-test-suite.md>), [release](<https://devfeed.tech/tags/release.md>), [ubuntu-benchmarks](<https://devfeed.tech/tags/ubuntu-benchmarks.md>), [ubuntu-hardware](<https://devfeed.tech/tags/ubuntu-hardware.md>), [x86](<https://devfeed.tech/tags/x86.md>)

### AI overview

OpenVDB 13.1 introduces a SIMD framework using Agner Fog's VectorClass Library for explicit x86 vectorization up to AVX-512. Adapted point transfer algorithms reportedly achieve 2x to 4x performance improvements on modern AVX-512 x86_64 CPUs. The release also includes NanoVDB CUDA resource-management and kernel improvements, plus updates to vdb_tool.

### Source excerpt

OpenVDB is the sparse volume data structure and tooling library maintained by the Academy Software Foundation. OpenVDB in turn is used by various CGI software for dealing with sparse volumetric data such as Houdini, RenderMan, and Cinema 4D to the open-source Blender. It's even won an Academy Award for technical achievement while now in 2026 it's finally establishing a SIMD framework for better leveraging modern x86 ISA capabilities...

## NVIDIA Adds CUDA-Q Logical for Fault-Tolerant Quantum Application Design

DevFeed: [NVIDIA Adds CUDA-Q Logical for Fault-Tolerant Quantum Application Design](<https://devfeed.tech/articles/nvidia-cuda-q-logical-debuts-with-a-7x-fermilab-speedup-and-a-10x-cut-in-diraq-s-qubit-estimate-26754.md>)

Original publisher: [Read original article](<https://www.storagereview.com/news/nvidia-cuda-q-logical-fault-tolerant-quantum-fermilab-diraq>)

Author: Harold Fritts

Published: 2026-09-15T16:47:58Z

Content type: news

Language: en

Sources: [StorageReview.com](<https://devfeed.tech/sources/storagereview-com.md>)

Topics: [CUDA](<https://devfeed.tech/topics/cuda.md>), [Quantum Computing](<https://devfeed.tech/topics/quantum-computing.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Algorithm](<https://devfeed.tech/topics/algorithm.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [algorithm](<https://devfeed.tech/tags/algorithm.md>), [applications](<https://devfeed.tech/tags/applications.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [quantum](<https://devfeed.tech/tags/quantum.md>)

### AI overview

NVIDIA added CUDA-Q Logical to its open-source CUDA-Q platform for designing applications on fault-tolerant quantum computers. Early-access reports say Fermilab reduced an algorithm design cycle from five months to three weeks, while Iceberg Quantum modeled a Diraq spin-qubit architecture using about 150,000 physical qubits for 1,000 logical qubits.

### Source excerpt

NVIDIA has added CUDA-Q Logical to its open-source CUDA-Q platform, an orchestration layer for building applications that run on fault-tolerant quantum computers, and it arrives with two numbers that are interesting. Fermilab says the tool cut a fault-tolerant algorithm design cycle from five months to three weeks, and Iceberg Quantum used it to show that The post NVIDIA CUDA-Q Logical Debuts With a 7x Fermilab Speedup and a 10x Cut in Diraq's Qubit Estimate appeared first on StorageReview.com.

## High-Throughput Structure Prediction with BioNeMo Inference Runtime

DevFeed: [High-Throughput Structure Prediction with BioNeMo Inference Runtime](<https://devfeed.tech/articles/high-throughput-structure-prediction-with-bionemo-inference-runtime-6836.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/high-throughput-structure-prediction-with-bionemo-inference-runtime/>)

Author: Elizabeth Goodman

Published: 2026-09-10T15:00:00Z

Content type: tutorial

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>)

Tags: [bionemo](<https://devfeed.tech/tags/bionemo.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [cuda-graphs](<https://devfeed.tech/tags/cuda-graphs.md>), [data-center-cloud](<https://devfeed.tech/tags/data-center-cloud.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [drug-discovery](<https://devfeed.tech/tags/drug-discovery.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [healthcare-life-sciences](<https://devfeed.tech/tags/healthcare-life-sciences.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [hpc-scientific-computing](<https://devfeed.tech/tags/hpc-scientific-computing.md>), [inference](<https://devfeed.tech/tags/inference.md>), [integration](<https://devfeed.tech/tags/integration.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [node](<https://devfeed.tech/tags/node.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [python](<https://devfeed.tech/tags/python.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [resource](<https://devfeed.tech/tags/resource.md>), [scale](<https://devfeed.tech/tags/scale.md>), [simulation-modeling-design](<https://devfeed.tech/tags/simulation-modeling-design.md>), [tokenization](<https://devfeed.tech/tags/tokenization.md>), [torch](<https://devfeed.tech/tags/torch.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

A tutorial on using NVIDIA BioNeMo Inference Runtime to accelerate biomolecular structure-prediction models on GPUs. It covers the end-to-end Boltz2 workflow, PyTorch integration, input requirements, and Ray-based single-node throughput scaling.

### Source excerpt

Biomolecular structure prediction is now often run at proteome scale, where the goal is to move an entire worklist through the pipeline efficiently. NVIDIA...

## CUDA Toolkit 13.4 Adds Windows on Arm Support and Greater Control over Shared GPUs

DevFeed: [CUDA Toolkit 13.4 Adds Windows on Arm Support and Greater Control over Shared GPUs](<https://devfeed.tech/articles/cuda-toolkit-13-4-adds-windows-on-arm-support-and-greater-control-over-shared-gpus-6789.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/cuda-toolkit-13-4-adds-windows-on-arm-support-and-greater-control-over-shared-gpus/>)

Author: Jonathan Bentz

Published: 2026-09-09T20:24:12Z

Content type: release

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [CUDA](<https://devfeed.tech/topics/cuda.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [NVLink](<https://devfeed.tech/topics/nvlink.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [cuda-tile](<https://devfeed.tech/tags/cuda-tile.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [nsight-tools-compute](<https://devfeed.tech/tags/nsight-tools-compute.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [nvlink](<https://devfeed.tech/tags/nvlink.md>), [release](<https://devfeed.tech/tags/release.md>), [simulation-modeling-design](<https://devfeed.tech/tags/simulation-modeling-design.md>), [top-stories](<https://devfeed.tech/tags/top-stories.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

CUDA Toolkit 13.4 adds Windows on Arm support, preview support for the NVIDIA Rubin GPU architecture, and new GPU-sharing controls through MPS V3. It also introduces CUDA Compute Fabric Transport for data movement across NVIDIA NVLink fabric.

### Source excerpt

Every NVIDIA CUDA Toolkit release adds functionality and performance improvements that help developers get more from NVIDIA GPUs and the broader NVIDIA software...

## Introducing CUDA Rust: Two Tracks for Writing GPU Kernels

DevFeed: [Introducing CUDA Rust: Two Tracks for Writing GPU Kernels](<https://devfeed.tech/articles/introducing-cuda-rust-two-tracks-for-writing-gpu-kernels-6871.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/introducing-cuda-rust-two-tracks-for-writing-gpu-kernels/>)

Author: Elizabeth Goodman

Published: 2026-09-08T12:00:00Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [GPU](<https://devfeed.tech/topics/gpu.md>), [Code generation](<https://devfeed.tech/topics/code-generation.md>), [toolchain](<https://devfeed.tech/topics/toolchain.md>), [C++](<https://devfeed.tech/topics/c-plus-plus.md>)

Tags: [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [cuda-tile](<https://devfeed.tech/tags/cuda-tile.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [dynamo](<https://devfeed.tech/tags/dynamo.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [nemo-retriever](<https://devfeed.tech/tags/nemo-retriever.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [programming-languages-compilers](<https://devfeed.tech/tags/programming-languages-compilers.md>), [rust](<https://devfeed.tech/tags/rust.md>), [toolchains](<https://devfeed.tech/tags/toolchains.md>)

### AI overview

NVIDIA introduces CUDA Rust for writing GPU kernels natively in Rust and compiling them to PTX. The article explains the SIMT and Tile programming tracks, recommends Tile as the default, and describes cuda-oxide's Rust-based code-generation path.

### Source excerpt

In September 2026, NVIDIA announced it is leaning into native GPU programming in Rust. CUDA C++ and CUDA Python are mature, enterprise-grade toolchains, and...

## Cut GPU inference cold start from 8 minutes to less than a minute

DevFeed: [Cut GPU inference cold start from 8 minutes to less than a minute](<https://devfeed.tech/articles/cut-gpu-inference-cold-start-from-8-minutes-to-less-than-a-minute-17618.md>)

Original publisher: [Read original article](<https://thenewstack.io/cut-gpu-cold-starts/>)

Author: Sajjan Gundapuneedi

Published: 2026-09-03T18:30:00Z

Content type: article

Language: en

Sources: [Kubernetes Overview, News and Trends | The New Stack](<https://devfeed.tech/sources/kubernetes-overview-news-and-trends-the-new-stack.md>)

Topics: [GPU](<https://devfeed.tech/topics/gpu.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>), [CUDA](<https://devfeed.tech/topics/cuda.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [aws-marketplace](<https://devfeed.tech/tags/aws-marketplace.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [inference](<https://devfeed.tech/tags/inference.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [large-language-models](<https://devfeed.tech/tags/large-language-models.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [post-contributed](<https://devfeed.tech/tags/post-contributed.md>), [s3](<https://devfeed.tech/tags/s3.md>), [sponsor-aws-marketplace](<https://devfeed.tech/tags/sponsor-aws-marketplace.md>), [sponsored-post-contributed](<https://devfeed.tech/tags/sponsored-post-contributed.md>)

### AI overview

The article measures GPU model startup from pod creation to the first inference response and identifies six sequential phases. It reports that CUDA kernel recompilation dominates startup for a 64 GB model, while S3 weight downloads dominate for a 203 GB model. Configuration and platform changes reduced warm-node startup times by 80-93%, with additional cold-node improvements requiring Amazon EKS Auto Mode.

### Source excerpt

We instrumented the full path from pod creation to first inference response on a GPU node running a 70B-class model. The post Cut GPU inference cold start from 8 minutes to less than a minute appeared first on The New Stack.

## The Modern CUDA Toolbox in Practice: A Step-by-Step Optimization Walkthrough

DevFeed: [The Modern CUDA Toolbox in Practice: A Step-by-Step Optimization Walkthrough](<https://devfeed.tech/articles/the-modern-cuda-toolbox-in-practice-a-step-by-step-optimization-walkthrough-6944.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/the-modern-cuda-toolbox-in-practice-a-step-by-step-optimization-walkthrough/>)

Author: Elizabeth Goodman

Published: 2026-09-02T17:15:57Z

Content type: tutorial

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [CUDA](<https://devfeed.tech/topics/cuda.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [toolchain](<https://devfeed.tech/topics/toolchain.md>), [debug](<https://devfeed.tech/topics/debug.md>), [Instrumentation](<https://devfeed.tech/topics/instrumentation.md>), [Algorithms](<https://devfeed.tech/topics/algorithms.md>)

Tags: [algorithms](<https://devfeed.tech/tags/algorithms.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [debug](<https://devfeed.tech/tags/debug.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [image-processing](<https://devfeed.tech/tags/image-processing.md>), [instrumentation](<https://devfeed.tech/tags/instrumentation.md>), [memory](<https://devfeed.tech/tags/memory.md>), [optimization](<https://devfeed.tech/tags/optimization.md>)

### AI overview

A step-by-step CUDA optimization walkthrough that improves an image-processing pipeline with debugging, benchmarking, optimized algorithms, GPU memory management, pinned transfers, streams, and asynchronous transfers.

### Source excerpt

NVIDIA CUDA remains the foundation of GPU-accelerated computing, powering everything from scientific simulations to large-scale AI training. But writing...

## Fast model loading for AI inference on Amazon EKS

DevFeed: [Fast model loading for AI inference on Amazon EKS](<https://devfeed.tech/articles/fast-model-loading-for-ai-inference-on-amazon-eks-4630.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/containers/fast-model-loading-for-ai-inference-on-amazon-eks/>)

Author: Sajjan Gundapuneedi

Published: 2026-09-01T15:48:15Z

Content type: article

Language: en

Sources: [Containers](<https://devfeed.tech/sources/containers.md>)

Topics: [Inference Performance](<https://devfeed.tech/topics/inference-performance.md>), [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Language models](<https://devfeed.tech/topics/language-models.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-inference](<https://devfeed.tech/tags/ai-inference.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-kubernetes-service](<https://devfeed.tech/tags/amazon-elastic-kubernetes-service.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [inference](<https://devfeed.tech/tags/inference.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [s3](<https://devfeed.tech/tags/s3.md>), [sglang](<https://devfeed.tech/tags/sglang.md>), [startup](<https://devfeed.tech/tags/startup.md>), [vllm](<https://devfeed.tech/tags/vllm.md>)

### AI overview

The article analyzes cold-start delays for AI inference pods on Amazon EKS. It finds that startup bottlenecks vary by model size: torch.compile dominates for smaller models, while loading weights from S3 to GPU memory dominates for larger models. Configuration changes to Run:ai Model Streamer reduce model-loading time on repeat launches.

### Source excerpt

When you scale AI inference on Amazon EKS, every new pod must load model weights into GPU memory before serving traffic. We investigated where cold-start time goes and found two configuration-only changes to Run:ai Model Streamer that cut model startup time by 80-93% on subsequent launches, with no code changes.

## How to Train a Cross-Embodiment Robot Navigation Policy with AI Agents

DevFeed: [How to Train a Cross-Embodiment Robot Navigation Policy with AI Agents](<https://devfeed.tech/articles/how-to-train-a-cross-embodiment-robot-navigation-policy-with-ai-agents-6861.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/how-to-train-a-cross-embodiment-robot-navigation-policy-with-ai-agents/>)

Author: Tanya Lenz

Published: 2026-08-26T20:05:06Z

Content type: tutorial

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Reinforcement learning](<https://devfeed.tech/topics/reinforcement-learning.md>), [codex](<https://devfeed.tech/topics/codex.md>), [coding](<https://devfeed.tech/topics/coding.md>), [Simulation and Design](<https://devfeed.tech/topics/simulation-and-design.md>), [CUDA](<https://devfeed.tech/topics/cuda.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding](<https://devfeed.tech/tags/coding.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [development](<https://devfeed.tech/tags/development.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [framework](<https://devfeed.tech/tags/framework.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [omniverse](<https://devfeed.tech/tags/omniverse.md>), [physical-ai](<https://devfeed.tech/tags/physical-ai.md>), [reinforcement-learning](<https://devfeed.tech/tags/reinforcement-learning.md>), [robotics](<https://devfeed.tech/tags/robotics.md>), [simulation-modeling-design](<https://devfeed.tech/tags/simulation-modeling-design.md>), [skills](<https://devfeed.tech/tags/skills.md>), [testing](<https://devfeed.tech/tags/testing.md>), [training](<https://devfeed.tech/tags/training.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

This tutorial presents an agent-driven COMPASS workflow for training and evaluating cross-embodiment robot navigation policies. It covers asset preparation, smoke testing, residual reinforcement learning, checkpoint evaluation, runtime integration, and optional reconstructed environments using NVIDIA Omniverse NuRec.

### Source excerpt

Navigation enables a robot to turn perception and motion into purposeful autonomy. Unlike locomotion, which produces stable movement, navigation must be used to...

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

DevFeed: [Restore LLM Inference Capacity in Seconds with Shadow Engine Recovery in NVIDIA Dynamo](<https://devfeed.tech/articles/restore-llm-inference-capacity-in-seconds-with-shadow-engine-recovery-in-nvidia-dynamo-6928.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/restore-llm-inference-capacity-in-seconds-with-shadow-engine-recovery-in-nvidia-dynamo/>)

Author: Michelle Horton

Published: 2026-08-25T20:57:54Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [CUDA](<https://devfeed.tech/topics/cuda.md>), [Processes](<https://devfeed.tech/topics/processes.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [NCCL](<https://devfeed.tech/topics/nccl.md>), [sglang](<https://devfeed.tech/topics/sglang.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [cuda-x](<https://devfeed.tech/tags/cuda-x.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [inference](<https://devfeed.tech/tags/inference.md>), [llm](<https://devfeed.tech/tags/llm.md>), [models](<https://devfeed.tech/tags/models.md>), [nccl](<https://devfeed.tech/tags/nccl.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [process](<https://devfeed.tech/tags/process.md>)

### AI overview

This article explains NVIDIA Dynamo's shadow engine recovery for LLM inference. A fully initialized shadow engine shares weights with the active engine and takes over after a process failure, reducing recovery from a 283-second cold restart to 7.3 seconds in the described two-worker deployment.

### Source excerpt

When an LLM engine process fails, the standard recovery path involves a cold restart. This requires loading weights into HBM from storage, compiling kernels,...

## CUDA Python 1.0: Stable APIs, One Foundation, Full Platform Access

DevFeed: [CUDA Python 1.0: Stable APIs, One Foundation, Full Platform Access](<https://devfeed.tech/articles/cuda-python-1-0-stable-apis-one-foundation-full-platform-access-6786.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/cuda-python-1-0-stable-apis-one-foundation-full-platform-access/>)

Author: Elizabeth Goodman

Published: 2026-08-25T15:00:00Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [CUDA](<https://devfeed.tech/topics/cuda.md>), [Python](<https://devfeed.tech/topics/python.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [C++](<https://devfeed.tech/topics/c-plus-plus.md>), [toolchain](<https://devfeed.tech/topics/toolchain.md>), [PyTorch](<https://devfeed.tech/topics/pytorch.md>), [RAPIDS](<https://devfeed.tech/topics/rapids.md>), [releases](<https://devfeed.tech/topics/releases.md>)

Tags: [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [numba](<https://devfeed.tech/tags/numba.md>), [python](<https://devfeed.tech/tags/python.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [rapids](<https://devfeed.tech/tags/rapids.md>), [release](<https://devfeed.tech/tags/release.md>), [toolchain](<https://devfeed.tech/tags/toolchain.md>)

### AI overview

CUDA Python 1.0 makes the CUDA platform accessible from Python through stable, versioned components, including runtime access, low-level CUDA C API bindings, parallel algorithms, component discovery, and NVIDIA math libraries. The release establishes a shared foundation for Python GPU libraries and introduces semantic-versioning commitments for public APIs.

### Source excerpt

For years, a Python developer who needed a GPU had two realistic choices: Learn NVIDIA CUDA C++ well enough to write an extension, set up a build toolchain, and...

## Hot Chips 2026: CUDA Targets RISC-V

DevFeed: [Hot Chips 2026: CUDA Targets RISC-V](<https://devfeed.tech/articles/hot-chips-2026-cuda-targets-risc-v-13991.md>)

Original publisher: [Read original article](<https://chipsandcheese.com/p/hot-chips-2026-cuda-targets-risc>)

Author: Chester Lam

Published: 2026-08-24T16:49:25Z

Content type: article

Language: en

Sources: [Chips and Cheese](<https://devfeed.tech/sources/chips-and-cheese.md>)

Topics: [CUDA](<https://devfeed.tech/topics/cuda.md>), [RISC-V](<https://devfeed.tech/topics/riscv.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Software](<https://devfeed.tech/topics/software.md>)

Tags: [cache](<https://devfeed.tech/tags/cache.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [framework](<https://devfeed.tech/tags/framework.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [pcie](<https://devfeed.tech/tags/pcie.md>), [risc-v](<https://devfeed.tech/tags/risc-v.md>), [software](<https://devfeed.tech/tags/software.md>), [uefi](<https://devfeed.tech/tags/uefi.md>)

### AI overview

The article reports that Nvidia is exploring support for CUDA on RISC-V CPUs. It describes requirements including RVA23, server SoC and platform specifications, RISC-V ACPI support, vector extensions, and PCIe coherency to support reliable and efficient GPU compute.

### Source excerpt

CUDA is the most important software framework in the GPU compute world, and Nvidia is looking at supporting CUDA on RISC-V. Terms and conditions may apply.

## How AI Coding Agents Can Unlock Materials Simulation with NVIDIA ALCHEMI Toolkit

DevFeed: [How AI Coding Agents Can Unlock Materials Simulation with NVIDIA ALCHEMI Toolkit](<https://devfeed.tech/articles/how-ai-coding-agents-can-unlock-materials-simulation-with-nvidia-alchemi-toolkit-6838.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/how-ai-coding-agents-can-unlock-materials-simulation-with-nvidia-alchemi-toolkit/>)

Author: Elizabeth Goodman

Published: 2026-08-18T18:00:00Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [ALCHEMI](<https://devfeed.tech/topics/alchemi.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [PyTorch](<https://devfeed.tech/topics/pytorch.md>), [CUDA](<https://devfeed.tech/topics/cuda.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Python](<https://devfeed.tech/topics/python.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [alchemi](<https://devfeed.tech/tags/alchemi.md>), [coding](<https://devfeed.tech/tags/coding.md>), [computational-chemistry-materials-science](<https://devfeed.tech/tags/computational-chemistry-materials-science.md>), [compute](<https://devfeed.tech/tags/compute.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [featured](<https://devfeed.tech/tags/featured.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [python](<https://devfeed.tech/tags/python.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [simulation-modeling-design](<https://devfeed.tech/tags/simulation-modeling-design.md>)

### AI overview

This article presents an end-to-end workflow for using AI coding agents with NVIDIA ALCHEMI Toolkit to build GPU-accelerated atomistic materials simulations. It explains how ALCHEMI agent skills and reference files provide API knowledge, describes the Python, PyTorch, CUDA and NVIDIA GPU environment, and reports validation across 45 generated pipelines.

### Source excerpt

Atomistic simulation requires three things: knowledge of the science, compute-efficient implementation of simulations, and accessible interfaces to the...

## NVIDIA JetPack 7.2.1 Adds Agentic Video Skills and T3000 Emulation

DevFeed: [NVIDIA JetPack 7.2.1 Adds Agentic Video Skills and T3000 Emulation](<https://devfeed.tech/articles/nvidia-jetpack-7-2-1-adds-agentic-video-skills-and-t3000-emulation-6897.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/nvidia-jetpack-7-2-1-adds-agentic-video-skills-and-t3000-emulation/>)

Author: Elizabeth Goodman

Published: 2026-08-11T19:00:00Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [Jetson](<https://devfeed.tech/topics/jetson.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [CUDA](<https://devfeed.tech/topics/cuda.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [AI Inference](<https://devfeed.tech/topics/ai-inference.md>), [Inference Performance](<https://devfeed.tech/topics/inference-performance.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Low Latency](<https://devfeed.tech/topics/low-latency.md>), [C++](<https://devfeed.tech/topics/c-plus-plus.md>), [Python](<https://devfeed.tech/topics/python.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Automation](<https://devfeed.tech/topics/automation.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [ai-inference](<https://devfeed.tech/tags/ai-inference.md>), [automation](<https://devfeed.tech/tags/automation.md>), [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [edge-computing](<https://devfeed.tech/tags/edge-computing.md>), [featured](<https://devfeed.tech/tags/featured.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [inference](<https://devfeed.tech/tags/inference.md>), [jetpack](<https://devfeed.tech/tags/jetpack.md>), [jetson](<https://devfeed.tech/tags/jetson.md>), [latency](<https://devfeed.tech/tags/latency.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [python](<https://devfeed.tech/tags/python.md>), [robotics](<https://devfeed.tech/tags/robotics.md>), [robotics-compute](<https://devfeed.tech/tags/robotics-compute.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [video-analytics](<https://devfeed.tech/tags/video-analytics.md>), [video-codec-sdk](<https://devfeed.tech/tags/video-codec-sdk.md>)

### AI overview

NVIDIA JetPack 7.2.1 adds PyNvVideoCodec 2.2 support on Jetson Thor, enabling Python-based hardware video encoding and decoding with GPU-resident frames. It also introduces agentic video skills that turn developer goals into device inspection, configuration, execution, measurement, and evidence-driven codec workflows.

### Source excerpt

Video is a core data path across NVIDIA Jetson applications, from robotics and intelligent video analytics to industrial automation, healthcare, media...

## Pulling multi-gigabyte container images in seconds on Amazon EKS

DevFeed: [Pulling multi-gigabyte container images in seconds on Amazon EKS](<https://devfeed.tech/articles/pulling-multi-gigabyte-container-images-in-seconds-on-amazon-eks-17615.md>)

Original publisher: [Read original article](<https://thenewstack.io/accelerating-eks-image-pulls/>)

Author: Sri Saran Balaji Vellore Rajakumar

Published: 2026-08-10T16:00:00Z

Content type: article

Language: en

Sources: [Kubernetes Overview, News and Trends | The New Stack](<https://devfeed.tech/sources/kubernetes-overview-news-and-trends-the-new-stack.md>)

Topics: [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>), [container images](<https://devfeed.tech/topics/container-images.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [CUDA](<https://devfeed.tech/topics/cuda.md>)

Tags: [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [aws-marketplace](<https://devfeed.tech/tags/aws-marketplace.md>), [container](<https://devfeed.tech/tags/container.md>), [container-images](<https://devfeed.tech/tags/container-images.md>), [containers](<https://devfeed.tech/tags/containers.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [post-contributed](<https://devfeed.tech/tags/post-contributed.md>), [sponsor-aws-marketplace](<https://devfeed.tech/tags/sponsor-aws-marketplace.md>), [sponsored-post-contributed](<https://devfeed.tech/tags/sponsored-post-contributed.md>)

### AI overview

This article explains how a production ML platform on Amazon EKS reduced multi-minute pulls of roughly 30 GB container images to seconds. Profiling found that software use of available hardware, rather than network bandwidth or the registry, was the main constraint; the resulting changes are available by default in EKS Auto Mode and were contributed upstream to containerd and the SOCI snapshotter.

### Source excerpt

When the image is the bottleneck: Machine learning changed what a container image looks like. A typical application ships in The post Pulling multi-gigabyte container images in seconds on Amazon EKS appeared first on The New Stack.

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

DevFeed: [Run High-Performance Core Math at Scale with NVIDIA nvmath-python](<https://devfeed.tech/articles/run-high-performance-core-math-at-scale-with-nvidia-nvmath-python-6931.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/run-high-performance-core-math-at-scale-with-nvidia-nvmath-python/>)

Author: Michelle Horton

Published: 2026-07-30T22:43:04Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [Python](<https://devfeed.tech/topics/python.md>), [CUDA](<https://devfeed.tech/topics/cuda.md>), [math](<https://devfeed.tech/topics/math.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [NumPy](<https://devfeed.tech/topics/numpy.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [PyTorch](<https://devfeed.tech/topics/pytorch.md>), [pip](<https://devfeed.tech/topics/pip.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [cuda-x](<https://devfeed.tech/tags/cuda-x.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [device-apis](<https://devfeed.tech/tags/device-apis.md>), [featured](<https://devfeed.tech/tags/featured.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [multi-gpu](<https://devfeed.tech/tags/multi-gpu.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [performance](<https://devfeed.tech/tags/performance.md>), [python](<https://devfeed.tech/tags/python.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [scale](<https://devfeed.tech/tags/scale.md>)

### AI overview

NVIDIA nvmath-python 1.0 provides a Pythonic interface to CUDA-X and NVPL math libraries, enabling optimized numerical operations on CPUs, CUDA GPUs, and distributed multi-GPU, multi-node systems. The article covers its sparse-tensor approach, flexible installation options, and interoperability with NumPy, CuPy, and PyTorch.

### Source excerpt

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...

## Advancing Semiconductor Innovation Across Materials Engineering and Manufacturing

DevFeed: [Advancing Semiconductor Innovation Across Materials Engineering and Manufacturing](<https://devfeed.tech/articles/advancing-semiconductor-innovation-across-materials-engineering-and-manufacturing-6759.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/advancing-semiconductor-innovation-across-materials-engineering-and-manufacturing/>)

Author: Tanya Lenz

Published: 2026-07-27T00:45:00Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [CUDA](<https://devfeed.tech/topics/cuda.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>), [Simulation and Design](<https://devfeed.tech/topics/simulation-and-design.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [computational-chemistry-materials-science](<https://devfeed.tech/tags/computational-chemistry-materials-science.md>), [compute](<https://devfeed.tech/tags/compute.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [cuda-x](<https://devfeed.tech/tags/cuda-x.md>), [data-center-cloud](<https://devfeed.tech/tags/data-center-cloud.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [featured](<https://devfeed.tech/tags/featured.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [industrial-digitalization-digital-twin](<https://devfeed.tech/tags/industrial-digitalization-digital-twin.md>), [manufacturing](<https://devfeed.tech/tags/manufacturing.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [physics](<https://devfeed.tech/tags/physics.md>), [production](<https://devfeed.tech/tags/production.md>), [simulation-modeling-design](<https://devfeed.tech/tags/simulation-modeling-design.md>)

### AI overview

Applied Materials and NVIDIA are presented as combining materials engineering, semiconductor manufacturing, CUDA-X libraries, GPU-accelerated simulation, physics-based modeling, and AI-driven digital twins in an end-to-end digital development model. The approach spans atomic-scale materials discovery, process development, and factory optimization, with Ginestra used to connect material defects and properties to predicted device performance.

### Source excerpt

As AI workloads increase, explosive compute demand is pushing the semiconductor industry to meet unprecedented performance targets. Even small delays can have...

## Debugging Ray Tracing Applications Using NVIDIA OptiX Toolkit

DevFeed: [Debugging Ray Tracing Applications Using NVIDIA OptiX Toolkit](<https://devfeed.tech/articles/debugging-ray-tracing-applications-using-nvidia-optix-toolkit-6792.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/debugging-ray-tracing-applications-using-nvidia-optix-toolkit/>)

Author: Tanya Lenz

Published: 2026-07-23T16:07:03Z

Content type: tutorial

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [debugging](<https://devfeed.tech/topics/debugging.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [errors](<https://devfeed.tech/tags/errors.md>), [featured](<https://devfeed.tech/tags/featured.md>), [gaming](<https://devfeed.tech/tags/gaming.md>), [github](<https://devfeed.tech/tags/github.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [ray-tracing](<https://devfeed.tech/tags/ray-tracing.md>), [ray-tracing-path-tracing](<https://devfeed.tech/tags/ray-tracing-path-tracing.md>), [testing](<https://devfeed.tech/tags/testing.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

The article explains how NVIDIA OptiX Toolkit debugging facilities help diagnose GPU ray-tracing application failures, including API error checking and device-side debug printing.

### Source excerpt

NVIDIA OptiX ray tracing engine is an application framework for achieving optimal ray tracing performance on the GPU. Applications using OptiX can fail in ways...

## Building Faster Cryptography with Carryless Multiplication in NVIDIA CUDA 13.3

DevFeed: [Building Faster Cryptography with Carryless Multiplication in NVIDIA CUDA 13.3](<https://devfeed.tech/articles/building-faster-cryptography-with-carryless-multiplication-in-nvidia-cuda-13-3-6774.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/building-faster-cryptography-with-carryless-multiplication-in-nvidia-cuda-13-3/>)

Author: Michelle Horton

Published: 2026-07-15T17:37:12Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [Cryptography](<https://devfeed.tech/topics/cryptography.md>)

Tags: [benchmark](<https://devfeed.tech/tags/benchmark.md>), [cryptography](<https://devfeed.tech/tags/cryptography.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [featured](<https://devfeed.tech/tags/featured.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [trustworthy-ai-cybersecurity](<https://devfeed.tech/tags/trustworthy-ai-cybersecurity.md>), [zero-knowledge](<https://devfeed.tech/tags/zero-knowledge.md>)

### AI overview

NVIDIA CUDA 13.3 adds a carryless-multiplication PTX instruction for Ampere-and-newer GPUs. The article benchmarks GHASH and zero-knowledge sum-check workloads, describing substantial throughput gains and explaining binary extension-field arithmetic.

### Source excerpt

For over fifteen years, x86 CPUs have shipped with a dedicated hardware instruction for carryless multiplication. It's a small but stubborn primitive that...

## Kernel Fusion in NVIDIA CUDA: Optimizing Memory Traffic and Launch Overhead

DevFeed: [Kernel Fusion in NVIDIA CUDA: Optimizing Memory Traffic and Launch Overhead](<https://devfeed.tech/articles/kernel-fusion-in-nvidia-cuda-optimizing-memory-traffic-and-launch-overhead-6873.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/kernel-fusion-in-nvidia-cuda-optimizing-memory-traffic-and-launch-overhead/>)

Author: Michelle Horton

Published: 2026-07-10T16:41:03Z

Content type: tutorial

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [GPU](<https://devfeed.tech/topics/gpu.md>), [C++](<https://devfeed.tech/topics/c-plus-plus.md>)

Tags: [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [cuda-graphs](<https://devfeed.tech/tags/cuda-graphs.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [featured](<https://devfeed.tech/tags/featured.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [launch](<https://devfeed.tech/tags/launch.md>), [memory](<https://devfeed.tech/tags/memory.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [performance](<https://devfeed.tech/tags/performance.md>)

### AI overview

This tutorial explains CUDA kernel fusion for GPU optimization. Combining operations into one kernel keeps intermediate values in registers, reduces global-memory traffic, and avoids separate kernel launches; it also distinguishes this approach from CUDA Graphs.

### Source excerpt

There are many ways to optimize code for GPUs. In this post, you'll learn how kernel fusion can improve memory bandwidth and reduce kernel launch overhead,...

## Accelerating End-to-End Co-Folding Performance with NVIDIA BioNeMo Agent Toolkit

DevFeed: [Accelerating End-to-End Co-Folding Performance with NVIDIA BioNeMo Agent Toolkit](<https://devfeed.tech/articles/accelerating-end-to-end-co-folding-performance-with-nvidia-bionemo-agent-toolkit-6757.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/accelerating-end-to-end-co-folding-performance-with-nvidia-bionemo-agent-toolkit/>)

Author: Elizabeth Goodman

Published: 2026-07-10T13:00:00Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [cpu](<https://devfeed.tech/topics/cpu.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [bionemo](<https://devfeed.tech/tags/bionemo.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [drug-discovery](<https://devfeed.tech/tags/drug-discovery.md>), [featured](<https://devfeed.tech/tags/featured.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [healthcare-life-sciences](<https://devfeed.tech/tags/healthcare-life-sciences.md>), [hpc-scientific-computing](<https://devfeed.tech/tags/hpc-scientific-computing.md>), [inference](<https://devfeed.tech/tags/inference.md>), [multi-gpu](<https://devfeed.tech/tags/multi-gpu.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [performance](<https://devfeed.tech/tags/performance.md>), [simulation-modeling-design](<https://devfeed.tech/tags/simulation-modeling-design.md>)

### AI overview

The article describes NVIDIA BioNeMo Agent Toolkit accelerations for biomolecular co-folding workflows, focusing on faster MSA generation, inference, serving, and multi-GPU scaling for drug-discovery workloads.

### Source excerpt

Biomolecular structure prediction and co-folding with models like OpenFold3 are now mainstream, large-scale workloads powering drug discovery and protein...

## Как проект из ШАДа попал в Spotlight статей на конференции ICML 2026

DevFeed: [Как проект из ШАДа попал в Spotlight статей на конференции ICML 2026](<https://devfeed.tech/articles/spotlight-icml-2026-24866.md>)

Original publisher: [Read original article](<https://habr.com/ru/companies/yandex/articles/1055232/>)

Author: mightyneighbor (Яндекс)

Published: 2026-07-06T07:04:35Z

Content type: article

Language: ru

Sources: [Яндекс - Как мы делаем Яндекс / Статьи](<https://devfeed.tech/sources/source.md>)

Topics: [GPU](<https://devfeed.tech/topics/gpu.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [ai](<https://devfeed.tech/tags/ai.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [graph](<https://devfeed.tech/tags/graph.md>), [icml](<https://devfeed.tech/tags/icml.md>), [icml-2026](<https://devfeed.tech/tags/icml-2026.md>), [ml](<https://devfeed.tech/tags/ml.md>), [research](<https://devfeed.tech/tags/research.md>), [spotlight](<https://devfeed.tech/tags/spotlight.md>), [tag-1e7f0701b819](<https://devfeed.tech/tags/tag-1e7f0701b819.md>), [tag-4004cf5948d3](<https://devfeed.tech/tags/tag-4004cf5948d3.md>)

### AI overview

The article explains why graph neural networks underutilize modern GPUs: their irregular, sparse memory access patterns leave the hardware waiting for data. It describes a project that investigated the problem and produced three families of specialized GPU kernels. The resulting paper, "On Efficient Scaling of GNNs via IO-Aware Layer Implementations," was accepted to ICML 2026 as a Spotlight paper.

### Source excerpt

Граф из миллионов вершин не загружает современную GPU на все 100%: видеокарта почти всё время не вычисляет, а ждёт загрузки данных из памяти. Графовые нейросети, или GNN, упираются в это давно: сами операции достаточно простые, но доступ к памяти нерегулярный и разреженный. И чем мощнее GPU, тем заметнее недостаточная её утилизация. Идея выросла из проектного курса в ШАДе. Толчком стало то, что один из самых популярных фреймворков для работы с графами, Deep Graph Library, на момент начала работы не обновлялся уже около года -- это знак того, что в области что-то застряло. Меня зовут Федя Великонивцев, я старший исследователь Yandex Research, руковожу группой, которая занимается эффективными вычислениями на GPU. На том курсе мы с коллегами -- Дарьей Фоминой из команды ML-инфраструктуры Яндекса, Вячеславом Ждановским из команды разработки инференса -- и студентами Даниилом Красильниковым, Алексеем Бойковым и Андреем Долговязовым взялись выяснить, почему графовые нейросети тормозят на современных GPU. Так появился проект, который мы оформили в отдельную статью -- On Efficient Scaling of GNNs via IO-Aware Layer Implementations. Её приняли на ICML-2026 со статусом Spotlight. Для контекста: из 23 918 поданных работ приняли 6 352 (26,6%), а Spotlight достался только 536 работам -- это 2,2% заявок с самыми высокими оценками программного комитета. Дальше расскажу, как мы прошли путь от этого вопроса до трёх семейств специализированных GPU-кернелов -- с парой неожиданных находок по дороге. Читать далее

## Designing GPU-Accelerated Query Engines with NVIDIA GQE

DevFeed: [Designing GPU-Accelerated Query Engines with NVIDIA GQE](<https://devfeed.tech/articles/designing-gpu-accelerated-query-engines-with-nvidia-gqe-6799.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/designing-gpu-accelerated-query-engines-with-nvidia-gqe/>)

Author: Michelle Horton

Published: 2026-06-30T17:36:43Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [GPU](<https://devfeed.tech/topics/gpu.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [NCCL](<https://devfeed.tech/topics/nccl.md>), [CUDA](<https://devfeed.tech/topics/cuda.md>), [NVLink](<https://devfeed.tech/topics/nvlink.md>), [Compression](<https://devfeed.tech/topics/compression.md>), [IO](<https://devfeed.tech/topics/io.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Parser](<https://devfeed.tech/topics/parser.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [accelerate](<https://devfeed.tech/tags/accelerate.md>), [compression](<https://devfeed.tech/tags/compression.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [cuda-x](<https://devfeed.tech/tags/cuda-x.md>), [data](<https://devfeed.tech/tags/data.md>), [data-analytics-processing](<https://devfeed.tech/tags/data-analytics-processing.md>), [data-center-cloud](<https://devfeed.tech/tags/data-center-cloud.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [databases](<https://devfeed.tech/tags/databases.md>), [featured](<https://devfeed.tech/tags/featured.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [memory](<https://devfeed.tech/tags/memory.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [nvlink](<https://devfeed.tech/tags/nvlink.md>), [performance](<https://devfeed.tech/tags/performance.md>), [sql](<https://devfeed.tech/tags/sql.md>)

### AI overview

This article presents GQE, a reference architecture for executing SQL queries on GPUs. It explains how NVIDIA hardware and CUDA-X libraries address memory, I/O, data movement, decompression, and end-to-end performance challenges for large datasets.

### Source excerpt

GPU-accelerated query engines are often constrained by memory and I/O bandwidth. NVIDIA hardware advances--including high bandwidth memory (HBM), NVIDIA...

[Next page](<https://devfeed.tech/tags/cuda.md?cursor=WyIyMDI2LTA2LTMwVDE3OjM2OjQzKzAwOjAwIiwgIjFkY2JiMTMxLTQ2Y2MtNGYyNy1hNjIwLTFhZmQyN2M2ZDA0MCJd>)