cuda.bindings.nvml.device_get_row_remapper_histogram#

cuda.bindings.nvml.device_get_row_remapper_histogram(intptr_t device)#
Get the row remapper histogram. Returns the remap availability for each bank on the GPU.

:param device: Device handle.
:type device: intptr_t

:returns: Histogram values.
:rtype: nvmlRowRemapperHistogramValues_t

.. seealso:: `nvmlDeviceGetRowRemapperHistogram`