cuda.bindings.nvml.device_get_memory_affinity#
- cuda.bindings.nvml.device_get_memory_affinity(
- intptr_t device,
- unsigned int node_set_size,
- unsigned int scope,
:param device: The identifier of the target device. :type device: intptr_t :param node_set_size: The size of the nodeSet array that is safe to access. :type node_set_size: unsigned int :param scope: Array reference in which to return a bitmask of NODEs, 64 NODEs per unsigned long on 64-bit machines, 32 on 32-bit machines. :type scope: unsigned int .. seealso:: `nvmlDeviceGetMemoryAffinity`