cuda.bindings.nvml.vgpu_type_get_class#

cuda.bindings.nvml.vgpu_type_get_class(unsigned int vgpu_type_id) str#

Retrieve the class of a vGPU type. It will not exceed 64 characters in length (including the NUL terminator). See nvmlConstants::NVML_DEVICE_NAME_BUFFER_SIZE.

Parameters:

vgpu_type_id (unsigned int) – Handle to vGPU type.

Returns:

Pointer to string array to return class in.

Return type:

char

See also

nvmlVgpuTypeGetClass