cuda.bindings.nvml.device_get_architecture#
- cuda.bindings.nvml.device_get_architecture(intptr_t device) unsigned int#
Get architecture for device. :param device: The identifier of the target device. :type device: intptr_t :returns: Reference where architecture is returned, if call successful. Set to NVML_DEVICE_ARCH_* upon success. :rtype: unsigned int .. seealso:: `nvmlDeviceGetArchitecture`