aclCANNPackageName
If ACL_PKG_NAME_CANN is used, the CANN version number is queried. If a value other than ACL_PKG_NAME_CANN is used, the version number of a specific module in CANN is queried.
1 2 3 4 5 6 7 8 9 10 | typedef enum aclCANNPackageName { ACL_PKG_NAME_CANN, ACL_PKG_NAME_RUNTIME, ACL_PKG_NAME_COMPILER, ACL_PKG_NAME_HCCL, ACL_PKG_NAME_TOOLKIT, ACL_PKG_NAME_OPP, ACL_PKG_NAME_OPP_KERNEL, ACL_PKG_NAME_DRIVER } aclCANNPackageName; |
Parent topic: Data Types and Operation APIs