aclsysGetCANNVersion (Deprecated)
Note: This API will be deprecated in later versions. Use aclsysGetVersionStr or aclsysGetVersionNum instead.
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
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.