support ccu host mainstream and slavestream sync
Co-authored-by: temper7620<w.wangchao@huawei.com>
Co-authored-by: one_random<shibingchen@huawei.com>
# message auto-generated for no-merge-commit merge:
!457 merge myfeature into master
support ccu host mainstream and slavestream sync
Created-by: temper7620
Commit-by: temper7620;one_random
Merged-by: cann-robot
Description: ## 描述
Implemented device-specific synchronization handling for A5 (910_95) hardware.
When detected via CpuTsThread::IsDeviceA5, the system now invokes direct
LocalNotify Post/Wait methods instead of the standard HcclLocalNotifyRecord/
Wait functions. This change includes:
- Implementation of IsDeviceA5 check in CpuTsThread.
- Conditional routing in HcommThreadNotifyRecordOnThread and WaitOnThread.
- New Post/Wait interface overloads in BareNotify and EschedNotify.
## 关联的Issue
NA
## 测试
RDV验证
## 文档更新
不涉及
## 类型标签
- [ ] Bug修复
See merge request: cann/hcomm!457