cuda.bindings.nvml.error_string#

cuda.bindings.nvml.error_string(int result) str#
Helper method for converting NVML error codes into readable strings.

:param result: NVML error code to convert.
:type result: Return

.. seealso:: `nvmlErrorString`