cuda.bindings.nvml.device_get_pgpu_metadata_string#

cuda.bindings.nvml.device_get_pgpu_metadata_string(intptr_t device) str#
Returns the properties of the physical GPU indicated by the device in an ascii-encoded string format.

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

:returns: Pointer to caller-supplied buffer into which ``pgpu_metadata`` is written.
:rtype: char

.. seealso:: `nvmlDeviceGetPgpuMetadataString`