cuda.bindings.nvml.device_get_num_gpu_cores#

cuda.bindings.nvml.device_get_num_gpu_cores(intptr_t device) unsigned int#
Gets the device's core count.

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

:returns: The number of cores for the specified device.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetNumGpuCores`