We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d756e12 commit b898cbeCopy full SHA for b898cbe
gpumon/gpumon_interface.ml
@@ -45,6 +45,12 @@ module Nvidia = struct
45
* pgpu_metadata = metadata of the pGPU to check compatibility for. *)
46
external get_pgpu_vm_compatibility: debug_info -> pgpu_address -> domid -> nvidia_pgpu_metadata -> compatibility = ""
47
48
+ (** Check compatibility between a pGPU (on a host) and a list of vGPUs
49
+ * (assigned to a VM). The use case is VM.suspend/VM.resume: before
50
+ * VM.resume [nvidia_vgpu_metadata] of the suspended VM is checked
51
+ * against the [nvidia_pgpu_metadata] on the host where the VM is
52
+ * resumed. A VM may use several vGPUs.
53
+ *)
54
external get_pgpu_vgpu_compatibility
55
: debug_info
56
-> nvidia_pgpu_metadata
0 commit comments