aclsysGetCANNVersion (Deprecated)

Note: This API will be deprecated in later versions. Use aclsysGetVersionStr or aclsysGetVersionNum instead.

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Description

Queries the CANN software package version.

Prototype

1
aclError aclsysGetCANNVersion(aclCANNPackageName name, aclCANNPackageVersion *version)

Parameters

Parameter

Input/Output

Description

name

Input

Software package to query. For details about the type definition, see aclCANNPackageName.

If the software package to be queried is not installed, an error is reported.

version

Output

CANN software package version. For details about the type definition, see aclCANNPackageVersion.

Returns

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