cuda.bindings.nvml.device_get_architecture#

cuda.bindings.nvml.device_get_architecture(intptr_t device) unsigned int#

Get architecture for device.

Parameters:

device (intptr_t) – The identifier of the target device.

Returns:

Reference where architecture is returned, if call successful. Set to NVML_DEVICE_ARCH_* upon success.

Return type:

unsigned int

See also

nvmlDeviceGetArchitecture