<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hpc on Le Site de François</title><link>https://lesitedefrancois.be/en/tags/hpc/</link><description>Recent content in Hpc on Le Site de François</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 François</copyright><atom:link href="https://lesitedefrancois.be/en/tags/hpc/index.xml" rel="self" type="application/rss+xml"/><item><title>GPU (Graphics Processing Unit)</title><link>https://lesitedefrancois.be/en/ai/gpu/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://lesitedefrancois.be/en/ai/gpu/</guid><description>&lt;p&gt;A &lt;strong&gt;GPU (Graphics Processing Unit)&lt;/strong&gt; is a specialized processor designed to execute a very large number of arithmetic operations in parallel. Its original objective was real-time rendering; in modern &lt;strong&gt;AI&lt;/strong&gt; and &lt;strong&gt;HPC&lt;/strong&gt; infrastructure the same silicon is used to accelerate matrix multiplications, convolutions, and other kernels that dominate neural network training and inference. Unlike a general-purpose host, a GPU optimizes for &lt;strong&gt;throughput&lt;/strong&gt;: many warps or wavefronts hide memory latency while the device keeps SIMD units busy. In a data-center stack, GPUs typically sit in PCIe or NVLink-attached servers (or on integrated AI appliances) and are scheduled by frameworks such as PyTorch, TensorFlow, or vLLM through a runtime such as &lt;strong&gt;CUDA&lt;/strong&gt; or ROCm.&lt;/p&gt;</description></item><item><title>InfiniBand</title><link>https://lesitedefrancois.be/en/ai/infiniband/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://lesitedefrancois.be/en/ai/infiniband/</guid><description>&lt;p&gt;&lt;strong&gt;InfiniBand&lt;/strong&gt; is a high-performance &lt;strong&gt;network fabric&lt;/strong&gt; designed for datacenter and HPC clusters, natively supporting &lt;strong&gt;RDMA&lt;/strong&gt; (Remote Direct Memory Access) with low latency, high bandwidth, and features such as adaptive routing and congestion control at the link layer. Its objective in &lt;strong&gt;AI&lt;/strong&gt; is to connect many &lt;strong&gt;GPU&lt;/strong&gt; servers so &lt;strong&gt;distributed training&lt;/strong&gt; (gradient all-reduce via &lt;strong&gt;NCCL&lt;/strong&gt;) and multi-node &lt;strong&gt;inference&lt;/strong&gt; (tensor parallel, &lt;strong&gt;llm-d&lt;/strong&gt; prefill/decode &lt;strong&gt;KV&lt;/strong&gt; transfer) are not limited by TCP overhead on a &lt;strong&gt;CPU&lt;/strong&gt;. InfiniBand NICs (e.g. NVIDIA ConnectX) present verbs APIs; subnets are managed with an &lt;strong&gt;Subnet Manager&lt;/strong&gt; and partitioned for multi-tenant isolation.&lt;/p&gt;</description></item></channel></rss>