cuda.bindings.nvml.device_get_unrepairable_memory_flag_v1#

cuda.bindings.nvml.device_get_unrepairable_memory_flag_v1(
intptr_t device,
) unsigned int#

Get the unrepairable memory flag for a given GPU.

Parameters:

device (intptr_t) – The identifier of the target device.

Returns:

unrepairable memory status

Return type:

unsigned int

See also

nvmlDeviceGetUnrepairableMemoryFlag_v1