!130 merge master into master
fix aclgraph launch in order: fixing the issue of exhausted stream resources
Created-by: laodazhao1
Commit-by: ldz
Merged-by: cann-robot
Description: ## 描述
1. delete the compile configuration for ccl_kernel in Order_Launch, cause it doesn't need to compile in which; and delete the maroc using in LaunchInOrder function
2. using event instead addStreamToModel to help OrderStream controll kernel
3. after kerneling then event_record back, so aclgraph orderLaunch workflow has 2 functions
## 关联的Issue
<!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue #123-->
<!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。-->
## 测试
<!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。-->
## 文档更新
<!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。-->
## 类型标签
<!-- [x] 表示选中 -->
- [ ] Bug修复
- [ ] 新特性
- [ ] 性能优化
- [ ] 文档更新
- [ ] 其他,请描述:
See merge request: cann/hcomm!130