cuda.bindings.nvml.device_get_grid_licensable_features_v4#

cuda.bindings.nvml.device_get_grid_licensable_features_v4(intptr_t device)#

Retrieve the vGPU Software licensable features.

Parameters:

device (intptr_t) – Identifier of the target device.

Returns:

Pointer to structure in which vGPU software licensable features are returned.

Return type:

nvmlGridLicensableFeatures_t

See also

nvmlDeviceGetGridLicensableFeatures_v4