aclrtHacType
1 2 3 4 5 6 7 8 9 10 11 12 | typedef enum { ACL_RT_HAC_TYPE_STARS = 0, // System Task and Resource Scheduler ACL_RT_HAC_TYPE_AICPU, // AI CPU ACL_RT_HAC_TYPE_AIC, // AI Core或Cube Core ACL_RT_HAC_TYPE_AIV, // Vector Core ACL_RT_HAC_TYPE_PCIEDMA, // PCIe Direct Memory Access ACL_RT_HAC_TYPE_RDMA, // Remote Direct Memory Asscess ACL_RT_HAC_TYPE_SDMA, // System Direct Memory Access ACL_RT_HAC_TYPE_DVPP, // Digital Vision Pre-Processing ACL_RT_HAC_TYPE_UDMA, // Unified Buffer Direct Memory Asscess ACL_RT_HAC_TYPE_CCU // Collective Communication Unit } aclrtHacType; |
父主题: 数据类型及其操作接口