cuda.bindings.nvml.device_set_rusd_settings_v1#

cuda.bindings.nvml.device_set_rusd_settings_v1(
intptr_t device,
unsigned long long poll_mask,
)#

Set Read-only user shared data (RUSD) settings for GPU. Requires root/admin permissions.

Parameters:
  • device (intptr_t) – The identifier of the target device.

  • poll_mask (unsigned long long) – Bitmask of polling data. 0 value means the GPU’s RUSD polling mask is cleared

See also

nvmlDeviceSetRusdSettings_v1