cuda.bindings.nvml.device_clear_cpu_affinity#

cuda.bindings.nvml.device_clear_cpu_affinity(intptr_t device)#
Clear all affinity bindings for the calling thread. Note, this is a change as of version 8.0 as older versions cleared the affinity for a calling process and all children.

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

.. seealso:: `nvmlDeviceClearCpuAffinity`