> For the complete documentation index, see [llms.txt](https://platform9.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://platform9.com/kb/pcd/gpu.md).

# GPU

- [GPU Host Convergence Failure Due to Invalid mdev\_config Format](https://platform9.com/kb/pcd/gpu/gpu-host-convergence-failure-due-to-invalid-mdev_config-format.md)
- [The vGPU Mapped Instances Fails to Boot With Error "Node device not found"](https://platform9.com/kb/pcd/gpu/the-vgpu-mapped-instances-fails-to-boot-with-error-node-device-not-found.md)
- [How to Enable PCI Resource Class Based Placement Reporting in Nova](https://platform9.com/kb/pcd/gpu/how-to-enable-pci-resource-class-based-placement-reporting-in-nova.md)
- [GPU VM Cold Migration / Resize Fails: Insufficient Compute Resources](https://platform9.com/kb/pcd/gpu/gpu-vm-cold-migration-resize-fails-insufficient-compute-resources.md)
- [GPU VM Resize and Cold Migration Fail with ReshapeFailed](https://platform9.com/kb/pcd/gpu/how-to-enable-pci-resource-class-based-placement-reporting-in-nova-2.md)
- [NVIDIA vGPU Guest Driver Installation Causes BSOD on Domain-Joined Windows VM](https://platform9.com/kb/pcd/gpu/nvidia-vgpu-guest-driver-installation-causes-bsod-on-domain-joined-windows-vm.md)
- [Windows GPU VM Stops Automatically After Deployment Due to Guest ACPI Standby Policy](https://platform9.com/kb/pcd/gpu/windows-gpu-vm-stops-automatically-after-deployment-due-to-guest-acpi-standby-policy.md)
- [Host With GPU Hardware Cannot Be Assigned to a Cluster From the UI](https://platform9.com/kb/pcd/gpu/host-with-gpu-hardware-cannot-be-assigned-to-a-cluster-from-the-ui.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://platform9.com/kb/pcd/gpu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
