<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Guides on DRA Driver for NVIDIA GPUs</title><link>https://deploy-preview-1127--dra-driver-nvidia-gpu.netlify.app/docs/guides/</link><description>Recent content in Guides on DRA Driver for NVIDIA GPUs</description><generator>Hugo</generator><language>en</language><atom:link href="https://deploy-preview-1127--dra-driver-nvidia-gpu.netlify.app/docs/guides/index.xml" rel="self" type="application/rss+xml"/><item><title>GPU sharing</title><link>https://deploy-preview-1127--dra-driver-nvidia-gpu.netlify.app/docs/guides/gpu-sharing/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-1127--dra-driver-nvidia-gpu.netlify.app/docs/guides/gpu-sharing/</guid><description>&lt;div class="pageinfo pageinfo-primary"&gt;
&lt;p&gt;Coming soon — this page will cover the three GPU-sharing modes the driver
supports:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Time-slicing&lt;/strong&gt; — round-robin scheduling of full GPUs across pods.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MPS&lt;/strong&gt; — NVIDIA Multi-Process Service for concurrent kernel execution.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MIG&lt;/strong&gt; — hardware-partitioned Multi-Instance GPU slices.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It will explain when to pick each, the trade-offs, and how to request them
through &lt;code&gt;ResourceClaim&lt;/code&gt;s.&lt;/p&gt;
&lt;/div&gt;</description></item><item><title>VFIO passthrough</title><link>https://deploy-preview-1127--dra-driver-nvidia-gpu.netlify.app/docs/guides/vfio-passthrough/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-1127--dra-driver-nvidia-gpu.netlify.app/docs/guides/vfio-passthrough/</guid><description>&lt;div class="pageinfo pageinfo-primary"&gt;
&lt;p&gt;Coming soon — this page will document the VFIO passthrough path for VM
workloads.&lt;/p&gt;
&lt;/div&gt;</description></item><item><title>ComputeDomain workloads</title><link>https://deploy-preview-1127--dra-driver-nvidia-gpu.netlify.app/docs/guides/compute-domain-workloads/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-1127--dra-driver-nvidia-gpu.netlify.app/docs/guides/compute-domain-workloads/</guid><description>&lt;p&gt;For background on what a &lt;code&gt;ComputeDomain&lt;/code&gt; is and how it fits together, see
&lt;a href="../../concepts/compute-domains.md"&gt;ComputeDomains&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;See &lt;a href="../../prerequisites.md"&gt;Prerequisites&lt;/a&gt; for hardware and software requirements, including the ComputeDomain-specific requirements for Multi-Node NVLink hardware, GPU Feature Discovery, and &lt;code&gt;nvidia-imex&lt;/code&gt; service configuration.&lt;/p&gt;
&lt;h2 id="create-a-computedomain"&gt;Create a ComputeDomain&lt;/h2&gt;
&lt;p&gt;The minimal &lt;code&gt;ComputeDomain&lt;/code&gt; spec requires only the name of the &lt;code&gt;ResourceClaimTemplate&lt;/code&gt; the controller will create for channel allocation:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-yaml" data-lang="yaml"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;apiVersion&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="l"&gt;resource.nvidia.com/v1beta1&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;kind&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="l"&gt;ComputeDomain&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;metadata&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;name&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="l"&gt;my-compute-domain&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;spec&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;numNodes&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="m"&gt;0&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;channel&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;resourceClaimTemplate&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;name&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="l"&gt;imex-channel-0&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;code&gt;numNodes&lt;/code&gt; is deprecated. Set it to &lt;code&gt;0&lt;/code&gt; (the recommended value when &lt;code&gt;IMEXDaemonsWithDNSNames&lt;/code&gt; is enabled — its default state).&lt;/p&gt;</description></item><item><title>Observability</title><link>https://deploy-preview-1127--dra-driver-nvidia-gpu.netlify.app/docs/guides/observability/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-1127--dra-driver-nvidia-gpu.netlify.app/docs/guides/observability/</guid><description>&lt;div class="pageinfo pageinfo-primary"&gt;
&lt;p&gt;Coming soon — this page will list driver metrics, log fields, and the
events you can rely on for monitoring.&lt;/p&gt;
&lt;/div&gt;</description></item><item><title>Admission webhook</title><link>https://deploy-preview-1127--dra-driver-nvidia-gpu.netlify.app/docs/guides/webhook/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-1127--dra-driver-nvidia-gpu.netlify.app/docs/guides/webhook/</guid><description>&lt;div class="pageinfo pageinfo-primary"&gt;
&lt;p&gt;Coming soon — this page will cover the webhook&amp;rsquo;s validation rules for
opaque ResourceClaim config and how to interpret rejection messages.&lt;/p&gt;
&lt;/div&gt;</description></item></channel></rss>