cuda.bindings.nvml.device_get_memory_limits_v1#

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

Get the memory limits of the device for the cgroup partition.

Parameters:

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

Returns:

A pointer to

nvmlGetMemoryLimits_v1_t.

Return type:

nvmlGetMemoryLimits_v1_t

See also

nvmlDeviceGetMemoryLimits_v1