Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9fb2e0a

Browse files
authoredJun 7, 2022
Update gpu-acceleration.md
removed indentation to code block
1 parent b0da8a4 commit 9fb2e0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎articles/iot-edge/gpu-acceleration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ Windows 10 users must also [install WSL](/windows/wsl/install) because some of t
7878
Once system setup is complete, you are ready to [create your deployment of Azure IoT Edge for Linux on Windows](how-to-install-iot-edge-on-windows.md). During this process, you must [enable GPU](reference-iot-edge-for-linux-on-windows-functions.md#deploy-eflow) as part of EFLOW deployment.
7979

8080
For example, the command below creates a virtual machine with an NVIDIA A2 GPU assigned.
81+
8182
```powershell
8283
Deploy-Eflow -gpuPassthroughType "DirectDeviceAssignment" -gpuCount 1 -gpuName "NVIDIA A2"
84+
```
8385

8486
Once installation is complete, you are ready to deploy and run GPU-accelerated Linux modules through Azure IoT Edge for Linux on Windows.
8587

0 commit comments

Comments
 (0)
Please sign in to comment.