cuda.bindings.nvml.device_get_platform_info#

cuda.bindings.nvml.device_get_platform_info(intptr_t device)#
Get platform information of this device.

:param device: The identifier of the target device.
:type device: intptr_t

:returns: Pointer to the caller-provided structure of nvmlPlatformInfo_t.
:rtype: nvmlPlatformInfo_v2_t

.. seealso:: `nvmlDeviceGetPlatformInfo`