cuda.bindings.nvml.device_set_hostname_v1#

cuda.bindings.nvml.device_set_hostname_v1(intptr_t device, str hostname)#
Set the hostname for the device.

:param device: The identifier of the target device.
:type device: Device
:param hostname: The new hostname to set.
:type hostname: str