cuda.bindings.nvml.device_get_platform_info#

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

Get platform information of this device.

Parameters:

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

Returns:

Pointer to the caller-provided structure of nvmlPlatformInfo_t.

Return type:

nvmlPlatformInfo_v2_t

See also

nvmlDeviceGetPlatformInfo