You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Want to run GPU-accelerated applications inside a Windows 11 Hyper-V virtual machine? This guide walks you through enabling GPU Paravirtualization (GPU-PV).</p>
<h2id="Introduction">Introduction<aclass="anchor-link" href="#Introduction">¶</a></h2><p>I will walk through the process of enabling GPU-PV, allowing the guest VM to utilize the host's graphics card for acceleration.
34
-
We will use a software called Hyper-V, which is
35
-
In this guide, we refer to the "host" as your main physical computer running Windows 11, and the "guest" as the virtual machine (VM) you intend to run</p>
34
+
We will use a software called Hyper-V, the native hypervisor developed by Microsoft, to create virtual machines on x86-64 systems running Windows.</p>
35
+
<p>In this guide, we refer to the "host" as your main physical computer running Windows 11, and the "guest" as the virtual machine (VM) you intend to run</p>
36
36
<h2id="Requirements">Requirements<aclass="anchor-link" href="#Requirements">¶</a></h2><p>Before starting, ensure you have the following:</p>
37
37
<ul>
38
38
<li>Host OS: Windows 11.</li>
@@ -83,14 +83,14 @@ <h2 id="Finalize-and-check-the-Guest-OS">Finalize and check the Guest OS<a class
Copy file name to clipboardExpand all lines: notebooks/ipynb/hyperv_gpu.ipynb
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"cells": [
3
3
{
4
4
"cell_type": "markdown",
5
-
"id": "44fa9be8",
5
+
"id": "b7f97ec0",
6
6
"metadata": {
7
7
"cell_marker": "'''",
8
8
"lines_to_next_cell": 0
@@ -13,7 +13,7 @@
13
13
},
14
14
{
15
15
"cell_type": "markdown",
16
-
"id": "02390e0a",
16
+
"id": "e187d2bf",
17
17
"metadata": {
18
18
"cell_marker": "'''",
19
19
"lines_to_next_cell": 0
@@ -24,7 +24,7 @@
24
24
},
25
25
{
26
26
"cell_type": "markdown",
27
-
"id": "be733980",
27
+
"id": "5c905d2d",
28
28
"metadata": {
29
29
"cell_marker": "'''",
30
30
"lines_to_next_cell": 0
@@ -38,7 +38,7 @@
38
38
},
39
39
{
40
40
"cell_type": "markdown",
41
-
"id": "a1561928",
41
+
"id": "3334958b",
42
42
"metadata": {
43
43
"cell_marker": "'''",
44
44
"lines_to_next_cell": 0
@@ -47,7 +47,8 @@
47
47
"## Introduction\n",
48
48
"\n",
49
49
"I will walk through the process of enabling GPU-PV, allowing the guest VM to utilize the host's graphics card for acceleration.\n",
50
-
"We will use a software called Hyper-V, which is \n",
50
+
"We will use a software called Hyper-V, the native hypervisor developed by Microsoft, to create virtual machines on x86-64 systems running Windows.\n",
51
+
"\n",
51
52
"In this guide, we refer to the \"host\" as your main physical computer running Windows 11, and the \"guest\" as the virtual machine (VM) you intend to run\n",
0 commit comments