Function: get_device_capability

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas training product

Atlas inference product

Atlas 200I/500 A2 inference product

Description

Queries whether the device feature is supported.

Prototype

  • C Prototype
    aclError aclrtGetDeviceCapability(int32_t deviceId, aclrtDevFeatureType devFeatureType, int32_t *value)
  • Python Function
    1
    value, ret = acl.rt.get_device_capability(device_id, dev_feature_type)
    

Parameters

Parameter

Description

device_id

Int, device ID.

dev_feature_type

Int, enumerated value. For details, see aclrtDevFeatureType.

Return Value

Return Value

Description

ret

Int, error code. 0 on success; else, failure.

value

Int, whether the feature is supported.

  • 0: not supported
  • 1: supported