🔧 Hardware

54 articles

🟢 🔧 Hardware July 10, 2026 · 2 min read

AMD: SGLang Diffusion on ROCm Brings Image Generation and Editing to Instinct GPUs — LLM Inference Framework Expands to Diffusion

Editorial illustration: AMD GPU chip with a generated image emerging through diffusion layers

AMD has published a guide for running diffusion models for image generation and editing on Instinct GPUs via SGLang Diffusion on the ROCm stack. SGLang, an inference framework originally popular for large language models, now extends support to image diffusion, strengthening AMD's AI inference offering beyond the NVIDIA ecosystem.

🟢 🔧 Hardware July 9, 2026 · 2 min read

AMD: FlyDSL — Python DSL that promises performance of hand-written HIP C++ GPU kernels with far less code

Editorial illustration: Python snake around a GPU chip with optimized flows emerging

FlyDSL is AMD's Python domain-specific language for writing GPU kernels that, according to a new ROCm guide, matches the performance of manually optimized HIP C++ code while requiring fewer written lines. AMD published a practical guide for porting existing HIP kernels, positioning FlyDSL as a Python-first alternative to NVIDIA's CUDA toolchain.

🟢 🔧 Hardware July 7, 2026 · 4 min read

AMD Explains Occupancy Math for the MI355X: High Occupancy Is Not Required for Peak Throughput

Editorial illustration: AMD CDNA4 MI355X GPU occupancy math and kernel code optimization

The AMD ROCm team published a technical guide on manually computing GPU occupancy for the CDNA4 architecture. Key finding: matrix-bound kernels on the MI355X achieve peak throughput at just 12% occupancy — a counterintuitive result for practitioners coming from the CUDA ecosystem.

🟢 🔧 Hardware July 7, 2026 · 3 min read

NVIDIA Vera: Why Agentic AI Needs Faster Cores, Not More Cores

Editorial illustration: NVIDIA Vera CPU with Olympus cores optimized for AI agent loops

The NVIDIA Vera CPU with Olympus cores delivers 50% higher IPC than the Grace processor and 3.4 TB/s core-to-core bandwidth. Perplexity reports 1.5x faster job completion on coding agent workflows.

🟢 🔧 Hardware July 6, 2026 · 4 min read

AMD Quark delivers MXFP4 quantization for FLUX.1-dev on Instinct MI350 with 1.92x speedup

Editorial illustration: AMD MI350 MXFP4 quantization accelerates image generation with diffusion models

AMD Quark 0.12 enables MXFP4 quantization of the FLUX.1-dev image generation model on Instinct MI350 GPUs via the Diffusers and xDiT frameworks. With torch.compile, MXFP4 ASM achieves a 1.92x speedup over the BF16 eager baseline with CLIP scores identical to the reference.

🟢 🔧 Hardware July 6, 2026 · 4 min read

AMD Primus Tuning Agent automatically finds the optimal LLM configuration for MI355X clusters

Editorial illustration: AMD Primus automatic LLM training configuration tuning on MI355X

AMD ROCm Primus Tuning Agent combines a deterministic seed planner and an LLM-guided exploration loop to automatically discover optimal configurations for training LLMs on AMD Instinct GPUs. On Mixtral 8x22B it achieved +27% measured throughput over AMD's published reference in approximately 30 minutes of search.

🟢 🔧 Hardware July 6, 2026 · 4 min read

Quantum technologies and AI: what is realistic today, and what remains the future

Editorial illustration: Quantum technologies and AI complementarity in advanced materials research

Industry experts from Multiverse Computing and Toshiba Corporation explain for OECD.ai where quantum technologies are already changing AI today, and where optimistic expectations remain unsupported by evidence. Tensor networks reduce computational requirements by 10-100x; broader quantum ML applications are not realistic within the next decade.

🟡 🔧 Hardware July 3, 2026 · 4 min read

AMD AgentKernelArena: Open Benchmark for AI Agents on GPU Kernel Optimization

Editorial illustration: AMD MI355 GPU chip for AI agent kernel code optimization in a benchmark

AMD Research published the open benchmarking framework AgentKernelArena on July 3, 2026, measuring how well AI coding agents optimize real GPU kernels. Across 214 tasks in four categories, AMD's own GEAKv3 (Claude Opus 4.6) leads with a 9.04x speedup on HIP kernels, while Claude Code (Opus 4.6) places second at 6.08x. All experiments were run on an AMD Instinct MI300X within ROCm 7.1.1.

🟡 🔧 Hardware July 3, 2026 · 4 min read

AMD Eagle3 and Quark FP8: Speculative Decoding Delivers Up to 2.00x Throughput on MI355X

Editorial illustration: AMD Eagle3 speculative decoding on an AMD Instinct GPU for accelerated inference

The AMD ROCm team published details on July 3, 2026 about the production deployment of Eagle3 speculative decoding on AMD hardware. The combination of Eagle3's multi-layer approach, the vLLM backend, and AMD Quark FP8 quantization achieves 1.69x to 2.00x throughput for Kimi-K2.5 and 1.38x to 1.79x for MiniMax-M2.5 on AMD Instinct MI355X, with no loss in output quality.

🟢 🔧 Hardware July 3, 2026 · 4 min read

AMD ROCm: GPU-Resident YOLO26 Pipeline Keeps Video Frames in VRAM from Decode to Detection

Editorial illustration: AMD Radeon GPU object detection in video with a YOLO26 pipeline

AMD has published a GPU-resident object detection pipeline that uses rocDecode, DLPack, PyTorch, and MIGraphX to ensure video frames never leave VRAM — all the way until the final detections are known.

🟢 🔧 Hardware June 30, 2026 · 3 min read

NVIDIA: Software Stack on Blackwell Cut DeepSeek V4 Token Cost Five-Fold in One Month

Editorial illustration: NVIDIA Blackwell software inference stack reduces cost per token five-fold

NVIDIA explains how stacked software optimizations on the Blackwell architecture — from NVFP4 precision to speculative decoding — achieve up to 20× greater throughput and a five-fold reduction in token cost for DeepSeek V4 models.

🟡 🔧 Hardware June 29, 2026 · 2 min read

AMD: ROCm Low-Latency GEMM Kernels Speed Up LLM Inference by Up to 1.79× on Instinct MI355X

Editorial illustration: ROCm low-latency GEMM kernels accelerating LLM inference by up to 1.79× on Instinct MI355X, without text or faces

AMD has released the FlyDSL system within the AITER framework (AI Tensor Engine for ROCm) that automatically generates specialized GEMM kernels for the LLM decode phase on AMD GPUs. Results: 1.64× average latency reduction and 1.79× speedup for the most critical M≤8 token scenarios, tested on Instinct MI355X with 256 compute units.

🟢 🔧 Hardware June 28, 2026 · 1 min read

AMD: Resource Manager automatically preempts inactive GPU workloads and returns resources to the cluster shared pool

Editorial illustration: rows of GPU accelerators with resource flows in a data center, without text or faces

AMD Resource Manager has gained automatic preemption: it monitors GPU utilization per workload and terminates jobs that fall below a configurable threshold (e.g. 10%) after a set idle timer (e.g. 15 minutes). It offers two policies — preempting only under GPU pressure or always — returning resources held by inactive dev environments to the shared pool.

🟡 🔧 Hardware June 27, 2026 · 2 min read

AMD: MXFP4/MXFP6 mixed-precision quantization on MI355X delivers up to 29% higher throughput

Editorial illustration: AMD Instinct MI355X GPU accelerator with mixed-precision quantization diagram and throughput graph

AMD demonstrated W_MXFP4_A_MXFP6 mixed-precision quantization on the Instinct MI355X accelerator, delivering up to 29% higher throughput while maintaining accuracy close to FP8 standard, using the vLLM framework for production inference.

🟡 🔧 Hardware June 26, 2026 · 2 min read

NVIDIA and AWS: EC2 G7 instances with Blackwell GPU deliver 4.6× better AI inference

Editorial illustration: NVIDIA Blackwell GPU server rack in an AWS data center with blue light effects

NVIDIA and AWS announced EC2 G7 instances with the RTX PRO 4500 Blackwell GPU delivering 4.6× better AI inference than the previous G6 generation, while the cuVS library becomes the default in Amazon OpenSearch Serverless with 10× faster vector indexing.

🔴 🔧 Hardware June 25, 2026 · 3 min read

OpenAI: Jalapeño — custom ASIC chip for LLM inference reducing NVIDIA dependence

Editorial illustration: futuristic AI inference chip labeled Jalapeno on a circuit board, green accent lighting, no faces or text

OpenAI and Broadcom jointly announced Jalapeño, a custom ASIC chip optimized for LLM inference. A strategic move by which OpenAI enters the custom silicon category — on equal footing with Google TPU, Apple Neural Engine, and AWS Trainium — and reduces its dependence on NVIDIA GPUs.

🟢 🔧 Hardware June 25, 2026 · 1 min read

AMD: ATOM optimizer — DP Attention and Two-Batch Overlap for DeepSeek-V4 on MI355X

Editorial illustration: AMD MI355X GPU chip with an inference throughput optimization graph

ATOM is AMD's open-source inference engine for the MI355X GPU that brings two optimizations for DeepSeek-V4: PrefillDelayer eliminates loss during rank coordination, and Two-Batch Overlap accelerates token balancing by overlapping network operations.

🟢 🔧 Hardware June 24, 2026 · 2 min read

AMD ROCm: EAGLE3 speculative decoding speeds up Kimi-K2.5 by 33% on MI325X

Editorial illustration: AMD Instinct MI325X GPU cards in a data center with a graph showing rising text generation speed

AMD ROCm team demonstrated EAGLE3 speculative decoding on 8× Instinct MI325X with the Kimi-K2.5 model, achieving 33% higher output throughput and 58% lower median inter-token latency without accuracy loss on the GSM8K benchmark.

🟡 🔧 Hardware June 23, 2026 · 3 min read

NVIDIA: JUPITER — Europe's first exascale supercomputer sets scientific records at ISC 2026

Editorial illustration: Europski datacenter s NVIDIA Grace Hopper čipovima i plavim infiniband kabelima

JUPITER is Europe's first exascale supercomputer, located at Forschungszentrum Jülich in Germany. Powered by NVIDIA Grace Hopper Superchips and a Quantum-X800 InfiniBand network, JUPITER mapped 86 billion neurons, broke the quantum record by simulating 50 qubits, and set a world record in climate simulations.

🟡 🔧 Hardware June 23, 2026 · 2 min read

NVIDIA: Vera CPU at Los Alamos — 7× faster agentic AI for nuclear science and 3 new supercomputers

Editorial illustration: NVIDIA Vera CPU procesorski čip i shema superračunala u istraživačkom laboratoriju

The NVIDIA Vera CPU with the Olympus core is coming to Los Alamos National Laboratory, delivering 7× better performance on URSA workloads and 3× on Monte Carlo heat-transfer simulations compared to the Crossroads x86 processor. Three new supercomputers — Mission, Vision, and Veritas — will be operational in 2027.

🟢 🔧 Hardware June 23, 2026 · 2 min read

NVIDIA: CUDA-X libraries cuPhoton, DAQIRI, and ALCHEMI accelerate astronomy, chemistry, and materials science

Editorial illustration: NVIDIA GPU supercomputing hardware powering scientific data visualization with astronomical and molecular graphics

NVIDIA announced three new CUDA-X software libraries for AI in science: cuPhoton for astronomy delivers speedups of up to 14,900×, ALCHEMI at Lila Sciences achieves 50× faster materials screening, and DAQIRI accelerates real-time networking for physics detectors.

🟢 🔧 Hardware June 20, 2026 · 1 min read

AMD: ROCm Optimization of Matrix3D for 3D Worlds Speeds Up Rendering by up to 54 Percent on Instinct GPUs

Editorial illustration: procedurally generated 3D landscape emerging from a GPU core

AMD described on the ROCm blog the optimization of the Matrix3D framework for generating explorable 3D worlds on AMD Instinct GPUs. By replacing CUDA-specific components with Triton kernels and using the gsplat library for 3DGS, rendering on the MI250 GPU was accelerated by 54 percent and on the MI300 by 50 percent, while the rendering kernel itself is 36 percent faster than the CUDA version.

🟡 🔧 Hardware June 19, 2026 · 2 min read

AMD: Analysis of RoCE Network Traffic Patterns in Large Language Model Training

Editorial illustration: Analysis of RoCE network traffic patterns in large language model training

AMD published a comparative analysis of RoCE network traffic patterns during the training of four large LLMs — GPT-4, Llama 3, DeepSeek-V2, and Grok 4.0 — as a practical guide for building AI infrastructure in scale-out clusters with multiple GPU nodes.

🟢 🔧 Hardware June 18, 2026 · 1 min read

AMD: Open-source Schola connects Unreal Engine and reinforcement learning for robotic arm training on ROCm

Editorial illustration: reinforcement learning training of a robotic arm in simulation

AMD introduced Schola, an open-source Unreal Engine plugin that enables Gymnasium-compatible reinforcement learning training through Python frameworks and gRPC. In the example, a collaborative robotic arm xArm6 is trained in Unreal Engine 5.7 with MuJoCo physics, the PPO algorithm, and PyTorch on the AMD ROCm stack for GPU acceleration. The tutorial demonstrates a reach task in which the arm tip moves to randomly placed target locations.

🟡 🔧 Hardware June 17, 2026 · 2 min read

AMD: Instinct MI355X in MLPerf Training v6.0 Within 5% of NVIDIA, 3.5× Faster Than Previous Generation

Editorial illustration: AMD Instinct MI355X accelerator in a data center

AMD's MLPerf Training v6.0 results show that the Instinct MI355X is within approximately 5% of an equivalent NVIDIA GPU's performance on LLM benchmarks. MI355X is 3.5× faster than last year's MI300X and 13–19% faster than the previous round. AMD introduced MXFP4 (FP4) training recipes and the Primus unified framework for the first time, alongside a multi-node submission of 512 MI300X GPUs across 64 nodes.

🟡 🔧 Hardware June 17, 2026 · 2 min read

NVIDIA: Blackwell Sweeps MLPerf Training 6.0 — Fastest on All 7 Benchmarks, GB300 Up to 1.6× Faster

Editorial illustration: NVIDIA Blackwell GPU cluster for AI model training

NVIDIA announced that its Blackwell platform achieved the best results on all seven MLPerf Training 6.0 benchmarks, cementing dominance in large-model training. GB300 NVL72 delivers up to 1.6× faster training than GB200 NVL72, and the largest submission used 8,192 Blackwell GPUs on the DeepSeek-V3 model with 671 billion parameters. CoreWeave trained DeepSeek-V3 671B in 2.02 minutes on 8,192 GPUs, while Microsoft Azure completed Llama 3.1 405B in 7.07 minutes.

🟡 🔧 Hardware June 16, 2026 · 2 min read

AMD: New ATOM Inference Engine for Instinct GPUs Brings OpenAI-Compatible API and MoE Optimizations

Editorial illustration: AMD Instinct GPU stack for serving AI models

AMD has introduced ATOM, an inference engine for Instinct GPUs that exposes an OpenAI-compatible API and orchestrates KV cache, scheduling, and parallelism. ATOM sits at the top of the ROCm stack, alongside AITER kernels and MoRI RDMA communication, supports TP, DP, and EP parallelism, and is optimized for MoE models such as DeepSeek V2–V4, Mixtral, and Qwen3-MoE. It offers FP8, MXFP4, INT8, and INT4 quantization and MTP speculative decoding with an EAGLE proposer.

🟢 🔧 Hardware June 12, 2026 · 4 min read

Recycled Pixel Phones Become a Data Center: 2,000 Devices, 50% Less Carbon Footprint

Editorial illustration: Google converts 2,000 retired Pixel phones into a low-carbon data center

Researchers at UC San Diego, backed by Google, are building a data center from 2,000 retired Pixel smartphones. By retaining the motherboards they save around 50% of embodied carbon, and a cluster of 25 to 50 phones already handles peak workloads for 75 parallel computing courses.

🟡 🔧 Hardware June 4, 2026 · 3 min read

Black Forest Labs: FLUX.2 [klein] ships pre-installed on ASUS ProArt laptops

Editorial illustration: FLUX.2 [klein] ships pre-installed on ASUS ProArt laptops

Black Forest Labs, in partnership with ASUS and NVIDIA, brings FLUX.2 [klein] pre-installed on ASUS ProArt consumer laptops. This is the first time a FLUX model has shipped pre-installed on consumer hardware. The 4-billion-parameter model enables image generation and editing in under one second, locally and without dependence on the cloud.

🟡 🔧 Hardware June 1, 2026 · 2 min read

OpenAI: Stargate data center in Michigan announced

Editorial illustration: Stargate data center in Michigan announced

OpenAI announced the construction of a new Stargate data center in the U.S. state of Michigan. This is an expansion of the Stargate compute infrastructure program, which OpenAI frames within the context of the so-called Intelligence Age. Details on capacity and investment are not elaborated in this announcement, so we point to the official source.

🟢 🔧 Hardware June 1, 2026 · 2 min read

AMD: Alibaba's ROLL framework runs natively on Instinct GPUs

Editorial illustration: Alibaba's ROLL framework runs natively on Instinct GPUs

AMD announced that Alibaba's open-source reinforcement-learning framework ROLL now runs natively on AMD Instinct GPUs with the ROCm software, with no code changes, custom patches or non-standard builds. The collaboration includes vLLM compatibility, fixes for Ray and support for distributed RL training of large language models.

🟢 🔧 Hardware May 29, 2026 · 2 min read

AMD: Speculative Decoding on MI300X Speeds Up Inference by 4.3x

Editorial illustration: Speculative decoding on MI300X speeds up inference by 4.3x

On the ROCm blog, AMD presented an implementation of speculative decoding on Instinct MI300X GPUs. The technique, in which a smaller draft model predicts tokens and a larger one verifies them, achieved up to 4.3 times higher throughput compared to classic autoregressive generation.

🟢 🔧 Hardware May 27, 2026 · 3 min read

AMD ROCm: 4-Wave Interleave Optimization of FP8 GEMM Kernels for Instinct MI355X (CDNA 4) Doubles Register Budget per Wave

Urednička ilustracija: 4-valna interleave optimizacija FP8 GEMM kernela za Instinct MI355X (CDNA 4) udostručuje regist

The AMD ROCm blog describes a new 4-wave interleave approach for FP8 GEMM (mixed-precision matrix multiplication) kernels on the Instinct MI355X accelerator with CDNA 4 architecture. The optimization shifts from an 8-wave ping-pong layout to 4 waves with a full VGPR budget of 512 registers, eliminating LDS memory bank conflicts through XOR-based swizzle and hiding memory latency by precisely overlapping MFMA instructions with data loads.

🟢 🔧 Hardware May 27, 2026 · 3 min read

PyTorch: TokenSpeed achieves record 580 tokens/s on Qwen3.5-397B-A17B with NVIDIA Blackwell GPUs

Urednička ilustracija: TokenSpeed postiže rekordnih 580 token/s na Qwen3.5-397B-A17B s NVIDIA Blackwell GPU-ima

TokenSpeed, an open-source LLM inference engine from LightSeek Foundation with an MIT license, achieved 580 tokens per second on the Qwen3.5-397B-A17B model using eight NVIDIA Blackwell B200 GPUs in a TP8 configuration. The record was achieved for agentic workloads with prefix caching and CPU-GPU execution overlap, with less than 16% performance degradation even at a 1 million token context.

🟡 🔧 Hardware May 25, 2026 · 2 min read

AMD: Ryzen AI Max+ 395 Runs LLM Models Up to 122 Billion Parameters with Unified Memory

Urednička ilustracija: Ryzen AI Max+ 395 pokreće LLM modele do 122 milijarde parametara uz zajedničku memoriju

AMD's ROCm blog published a detailed analysis of LLM inference on the Ryzen AI Max+ 395 processor with UMA (Unified Memory Architecture). A system with 128 GB LPDDR5X memory achieves 42 tokens/s on the Qwen3.5 35B MoE model with full GPU offloading, and also supports models up to 122B parameters by combining CPU and GPU memory.

🟢 🔧 Hardware May 23, 2026 · 4 min read

AMD: Gluon block-level model enables GEMM kernels with 5.255 TFLOPS MXFP4 on Instinct MI355

Editorial illustration: GPU accelerator with matrix unit layout and pipeline flows

The AMD ROCm team published a tutorial for writing high-performance GEMM kernels in the Gluon programming model on the MI355 GPU. An optimized FP16 kernel achieves 1.489 TFLOPS at 98.75 percent MFMA efficiency, while extensions to BF8 (3.257 TFLOPS) and MXFP4 (5.255 TFLOPS) demonstrate relevance for modern AI workloads. The tutorial includes workgroup remapping and swizzle that reduces L2 cache misses from 5.3 M to 4.1 M.

🟡 🔧 Hardware May 21, 2026 · 2 min read

AMD: ROCm 7.13 brings MI350P GPU, multi-VF virtualisation and TheRock packaging

Editorial illustration: AMD ROCm 7.13 with MI350P GPU, multi-VF virtualisation and TheRock modular packaging

AMD released ROCm 7.13 on 20 May 2026 — a new version of its open-source AI compute stack that introduces support for the MI350P GPU, virtualisation of up to 8 isolated vGPUs per MI300X accelerator, an open-source ROCprof Trace decoder for transparent performance analysis, and modular TheRock packaging with domain-specific SDKs. The release is validated on Ubuntu 26.04 and RHEL 9.6, and includes VMware ESXi 9.1 support for MI350X and MI355X.

🟢 🔧 Hardware May 16, 2026 · 3 min read

AMD ROCm: BubbleFence partitions video streams using Vision Foundation model embeddings instead of metadata heuristics

Editorial illustration: video frames with embedding bubble visualization in 2D space.

BubbleFence is a new AMD ROCm AI tool announced on May 15, 2026, that solves the fundamental ML problem of semantically splitting video streams into train/validation/test sets without semantic leakage. Instead of classic metadata-based heuristics, BubbleFence uses vision foundation model embeddings (CLIP) and adaptive bubbles with LID weighting for partitioning. Demonstrated on autonomous driving (Zenseact Open Dataset) and Minecraft gameplay scenarios without configuration changes.

🟢 🔧 Hardware May 15, 2026 · 3 min read

AMD ROCm: Kimi-K2.5 W4A8 and W8A8 quantization on MI325X via Quark + FlyDSL + AITER inference stack

Editorial illustration: AMD MI325X GPU with W4A8 quantization layer and inference acceleration icons.

AMD ROCm Kimi-K2.5 quantization for MI325X is a new inference acceleration blueprint published May 14, 2026. It combines the AMD Quark quantization toolkit for converting Kimi-K2.5 models to W4A8 and W8A8 precision formats, the FlyDSL inference serving layer, and the AITER optimization stack. The approach positions a non-NVIDIA inference path for Chinese frontier models and demonstrates AMD's strategy to establish the MI325X as a viable alternative to H100/H200 for open-source LLM serving.

🟡 🔧 Hardware May 12, 2026 · 2 min read

AMD: Instinct MI355X outperforms NVIDIA B200 on ComfyUI workflows with PyTorch optimizations in ROCm 7.2.0

Editorial illustration: Instinct MI355X outperforms NVIDIA B200 on ComfyUI workflows with PyTorch optimizations in ROCm 7.2.0

AMD Instinct MI355X is a data center GPU that outperforms NVIDIA B200 in published benchmarks across three ComfyUI generative workflows — text-to-video Wan2.2 (1.44×), text-to-image FLUX.1-dev (1.42×), and 3D Hunyuan3D v2.1 (1.20×) — thanks to AOTriton gfx950 kernels, hipBLASLt GEMM tuning, and other ROCm 7.2.0 optimizations.

🟡 🔧 Hardware May 12, 2026 · 2 min read

NVIDIA: Fleet Intelligence — managed monitoring of large GPU fleets with cryptographic integrity verification

Editorial illustration: Fleet Intelligence — managed monitoring of large GPU fleets with cryptographic integrity verification

NVIDIA Fleet Intelligence is a managed service that monitors large fleets of NVIDIA data center GPUs in real time — power, temperature, performance, and ECC errors — with cryptographic GPU authenticity verification through the NVIDIA Remote Attestation Service. The service is free for owners of Vera Rubin, Blackwell, and Hopper GPUs.

🟡 🔧 Hardware May 11, 2026 · 2 min read

vLLM: TurboQuant study shows FP8 remains superior for KV-cache — 3bit-nc drops ~20 pp

Editorial illustration: TurboQuant study shows FP8 remains superior for KV-cache — 3bit-nc drops ~20 pp

TurboQuant is an aggressive KV-cache quantization method at 3-4 bits that the Red Hat AI team systematically compared against the FP8 standard. Results show FP8 retains throughput and accuracy, while 3bit-nc variants lose approximately 20 percentage points on demanding reasoning benchmarks like AIME25.

🔴 🔧 Hardware May 7, 2026 · 3 min read

NVIDIA: Spectrum-X Multipath Reliable Connection becomes OCP open standard for gigascale AI networks

Editorial illustration: parallel fiber optic paths between AI racks with MRC, Spectrum-X and OCP open standard labels

NVIDIA Spectrum-X Multipath Reliable Connection (MRC) is an RDMA transport protocol that distributes a single connection across multiple network paths and has now been published as an open specification through the Open Compute Project. MRC is already in production at OpenAI, Microsoft's Fairwater data center and Oracle's Abilene data center, and was developed in collaboration with AMD, Broadcom, Intel and Microsoft.

🟡 🔧 Hardware May 6, 2026 · 2 min read

AMD: FarSkip-Collective speeds up MoE inference by 18–34% on AMD GPUs

Editorial illustration: parallel data flows between AMD GPUs during MoE inference with no idle blocks.

The AMD ROCm team introduced FarSkip-Collective, a modified MoE architecture that eliminates GPU idle time during Expert Parallelism communication. Results: 18% lower TTFT for Llama-4 Scout, up to 1.34× speedup for DeepSeek-V3, and 11% faster Moonlight pre-training.

🟡 🔧 Hardware May 5, 2026 · 3 min read

ArXiv SAGA: workflow-atomic GPU scheduling for AI agents achieves 1.64× faster task completion on a 64-GPU cluster, accepted at HPDC 2026

Editorial illustration: GPU cluster with connected agent workflows as atomic units, symbolizing scheduling

The team of Dongxin Guo, Jikun Wu, and Siu Ming Yiu presented on May 1, 2026 SAGA — a workflow-atomic scheduler for AI agents on GPU clusters that treats the entire agent workflow as a single schedulable unit instead of individual LLM calls. The system achieves a 1.64× geometric mean reduction in task completion time on a 64-GPU cluster and 99.2% SLO attainment under multi-tenant load. The paper was accepted at HPDC 2026 in Cleveland (July 13–16, 2026).

🟢 🔧 Hardware April 25, 2026 · 3 min read

AMD Primus Projection: Tool for Predicting LLM Training Memory and Speed Before Running on Instinct GPU Clusters

Editorial illustration: AMD Primus Projection — LLM training prediction

AMD Primus Projection is a tool that predicts memory requirements and throughput for LLM training on Instinct GPU clusters before a run begins. It uses analytical formulas combined with real GPU benchmarking, and projections fall within ~10% of measured results on MI325X and MI355X accelerators for Llama and Mixtral models.

🟢 🔧 Hardware April 24, 2026 · 3 min read

Google at Cloud Next '26 unveils TPU 8i and TPU 8t: specialized chips for agentic AI computing

Editorial illustration: Google TPU 8i and 8t — specialized AI chips

Google at Cloud Next '26 unveiled two new generations of TPU chips: TPU 8i for AI agent inference and TPU 8t for training the most complex models. The move formalizes the split of Google's TPU line into two specialized branches within the 'agentic era' of computing.

🟡 🔧 Hardware April 23, 2026 · 2 min read

NVIDIA and Google Cloud announce collaboration for agentic AI and physical AI on shared infrastructure

Editorial illustration: AI čip — hardware

NVIDIA and Google Cloud announced a joint collaboration to accelerate agentic AI and physical AI workloads, combining NVIDIA GPU infrastructure with the Google Cloud platform for robotics, autonomous systems, and agents.

🟢 🔧 Hardware April 23, 2026 · 3 min read

Gemma 4 runs as a Vision Language Agent locally on Jetson Orin Nano Super

Editorial illustration: AI chip — hardware

NVIDIA and HuggingFace demonstrated Gemma 4 as a Vision Language Agent that autonomously decides when to use the camera and runs the entire pipeline, including speech-to-text and TTS, locally on an NVIDIA Jetson Orin Nano Super with 8 GB of memory, with no cloud dependency.

🔴 🔧 Hardware April 22, 2026 · 3 min read

Google unveils 8th-generation TPU chips: two specialized variants for the agentic AI era

Editorial illustration: Two specialized 8th-generation TPU chips for training and inference of agentic AI workloads

At Cloud Next '26, Google introduced the eighth generation of its TPU chips in two specialized variants — TPU 8t for model training and TPU 8i for agentic inference. This is the first generation purpose-built for autonomous AI agents and multi-step reasoning.

View full archive →