cuda.bindings.nvml.device_get_cpu_affinity#

cuda.bindings.nvml.device_get_cpu_affinity(intptr_t device, unsigned int cpu_set_size)#
:param device: The identifier of the target device.
:type device: intptr_t
:param cpu_set_size: The size of the cpuSet array that is safe to access.
:type cpu_set_size: unsigned int

.. seealso:: `nvmlDeviceGetCpuAffinity`