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
> The recommended way to create and manage VMs on Azure Local is using the [Azure Arc control plane](../manage/azure-arc-vm-management-overview.md). However, since the functionality described in this article is not yet provided by Azure Arc, you can use Windows Admin Center or PowerShell as described below. Note that VMs created this way aren't Arc-enabled VMs. They have limited manageability from the Azure Arc control plane and fewer Azure Hybrid Benefits, such as no free use of Azure Update Manager.
10
+
> The recommended way to create and manage VMs on Azure Local is using [Azure Local VM management](../manage/azure-arc-vm-management-overview.md). However, since the functionality described in this article isn't yet provided by Azure Local VM management, you can use Windows Admin Center or PowerShell as described below. Note however that Azure Local VMs created this way aren't enabled by Azure Arc. They have limited manageability from the Azure Local VM management plane and fewer Azure Hybrid Benefits, such as no free use of Azure Update Manager.
<!--- Link must remain site-relative to prevent build issues with incoming includes from the windowsserverdocs repo --->
10
10
11
11
> [!NOTE]
12
-
> The recommended way to create and manage VMs on Azure Local is using the [Azure Arc control plane](/azure-stack/hci/manage/azure-arc-vm-management-overview). Use the mechanism described below to manage your VMs only if you need functionality that is not available in Azure Arc VMs.
12
+
> The recommended way to create and manage VMs on Azure Local is using [Azure Local VM management](/azure-stack/hci/manage/azure-arc-vm-management-overview). Use the mechanism described below to manage your VMs only if you need functionality that is not available in Azure Local VMs enabled by Azure Arc.
This article describes how to manage GPU DDA with Arc virtual machines (VMs) on Azure Local. For GPU DDA management on AKS enabled by Azure Arc, see [Use GPUs for compute-intensive workloads](/azure/aks/hybrid/deploy-gpu-node-pool#create-a-new-workload-cluster-with-a-gpu-enabled-node-pool).
15
+
This article describes how to manage GPU DDA with Azure Local virtual machines (VMs) enabled by Azure Arc. For GPU DDA management on Azure Kubernetes Service (AKS) enabled by Azure Arc, see [Use GPUs for compute-intensive workloads](/azure/aks/hybrid/deploy-gpu-node-pool#create-a-new-workload-cluster-with-a-gpu-enabled-node-pool).
16
16
17
17
Discrete Device Assignment (DDA) allows you to dedicate a physical graphical processing unit (GPU) to your workload. In a DDA deployment, virtualized workloads run on the native driver and typically have full access to the GPU's functionality. DDA offers the highest level of app compatibility and potential performance.
18
18
@@ -24,17 +24,17 @@ Discrete Device Assignment (DDA) allows you to dedicate a physical graphical pro
24
24
25
25
Before you begin, satisfy the following prerequisites:
26
26
27
-
- Follow the setup instructions found at [Prepare GPUs for Azure Local](./gpu-manage-via-device.md) to prepare your Azure Local and Arc VMs, and to ensure that your GPUs are prepared for DDA.
27
+
- Follow the setup instructions found at [Prepare GPUs for Azure Local](./gpu-manage-via-device.md) to prepare your Azure Local VMs, and to ensure that your GPUs are prepared for DDA.
28
28
29
-
## Attach a GPU during Arc VM creation
29
+
## Attach a GPU during Azure Local VM creation
30
30
31
-
Follow the steps outlined in [Create Arc virtual machines on Azure Local](create-arc-virtual-machines.md?tabs=azurecli) and utilize the additional hardware profile details to add GPU to your create process.
31
+
Follow the steps outlined in [Create virtual machines on Azure Local](create-arc-virtual-machines.md?tabs=azurecli) and utilize the additional hardware profile details to add GPU to your create process.
This article describes how to prepare graphical processing units (GPUs) on your Azure Local instance for computation-intensive workloads running on Arc virtual machines (VMs) and AKS enabled by Azure Arc. GPUs are used for computation-intensive workloads such as machine learning and deep learning.
15
+
This article describes how to prepare graphical processing units (GPUs) on your Azure Local instance for computation-intensive workloads running on Azure Local virtual machines (VMs) enabled by Azure Arc and Azure Kubernetes Service (AKS) enabled by Azure Arc. GPUs are used for computation-intensive workloads such as machine learning and deep learning.
16
16
17
17
18
18
## Attaching GPUs on Azure Local
@@ -41,12 +41,12 @@ NVIDIA supports their workloads separately with their virtual GPU software. For
41
41
42
42
For AKS workloads, see [GPUs for AKS for Arc](/azure/aks/hybrid/deploy-gpu-node-pool#supported-gpu-models).
43
43
44
-
The following GPU models are supported using both DDA and GPU-P for Arc VM workloads:
44
+
The following GPU models are supported using both DDA and GPU-P for Azure Local VM workloads:
45
45
46
46
- NVIDIA A2
47
47
- NVIDIA A16
48
48
49
-
These additional GPU models are supported using GPU-P (only) for Arc VM workloads:
49
+
These additional GPU models are supported using GPU-P (only) for VM workloads:
50
50
51
51
- NVIDIA A10
52
52
- NVIDIA A40
@@ -263,7 +263,7 @@ Follow these steps to configure the GPU partition count in PowerShell:
263
263
264
264
## Guest requirements
265
265
266
-
GPU management is supported for the following Arc VM workloads:
266
+
GPU management is supported for the following VM workloads:
0 commit comments