aclGetCannAttribute

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Description

Queries whether the operating environment supports the specified CANN feature.

Prototype

aclError aclGetCannAttribute(aclCannAttr cannAttr, int32_t *value)

Parameters

Parameter

Input/Output

Description

cannAttr

Input

Enumerated value of the feature list. You can specify one item at a time.

value

Output

Supported/Unsupported

  • 1: supported
  • 0: unsupported

Returns

0 on success; else, failure. For details, see aclError.