- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- NVIDIA L4 GPU Cards on Windows Server Hyper-V VMs ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2024 09:17 PM
12-28-2024 09:17 PM
We are experiencing issues with our NVIDIA L4 GPU cards when attempting to use them with Discrete Device Assignment (DDA) on Windows Server Hyper-V VMs.
We followed the DDA setup steps as per the official documentation, and the process completed successfully without any errors.
However, the GPU is not being detected within the Hyper-V guest VM, which is running Debian 12. This has been verified using the lspci command, which does not show the GPU.
Notably, we have successfully used NVIDIA RTX GPUs in similar setups on Hyper-V VMs with DDA passthrough, without requiring any additional licenses or configurations.
Request for Clarification:
Are there specific additional steps or configurations required to enable DDA passthrough for the NVIDIA L4 GPU cards?
Does the L4 GPU require a vGPU license (GRID License) or any special driver/firmware for such use cases, even for single VM passthrough (non-vGPU setup)?
What are the key differences between the RTX GPUs and the Tesla L4 GPUs that might explain this behavior?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2024 12:10 PM - last edited on 01-01-2025 01:12 AM by support_s
12-29-2024 12:10 PM - last edited on 01-01-2025 01:12 AM by support_s
SolutionHi All,
I resolved the NVIDIA L4 GPU issue on Windows Server Hyper-V VMs with DDA by following NVIDIA's guidance: Bug #2812853: Microsoft DDA not working with some GPUs.
Solution:
The problem occurred due to insufficient MMIO (Memory-Mapped Input/Output) space for GPUs with more than 16 GB of memory. To fix this, allocate additional MMIO space based on the GPU's BAR1 memory and the number of assigned GPUs.
Formula:
MMIO space=2×gpu-bar1-memory×assigned-gpus
Example:
For a VM with 1 NVIDIA L4 GPU (23 GB memory):
MMIO space=2×23 GB×1=46 GB
Run the PowerShell command:
Set-VM –HighMemoryMappedIoSpace 46GB –VMName <VM_Name>
Reboot the VM, and the GPU will be properly recognized.
Best Regards,
Samadhan
- Tags:
- memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2025 08:42 PM
01-01-2025 08:42 PM
Re: NVIDIA L4 GPU Cards on Windows Server Hyper-V VMs with DDA
Hello @samadhan.
That's Excellent!
We are delighted to hear you were able to find the solution and we appreciate you for keeping us posted.
Thanks,
Sunitha G
I'm an HPE employee.
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
