已合并
[feat] 支持多流api 入图 #30605
fu_hao创建于 2月6日
[feat] 支持多流api 入图 #30605
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 fu_hao 的贡献)AtlasAccount
2月6日 评论:
2月6日 评论:
ascend-robot
2月6日 评论:
2月6日 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here.
You can get sig-info at here
以下是根据您提交的修改文件推荐的Reviewer和Committer序列,需各模块评审通过后方可合入.
| Module List | Reviewers | Committers |
|---|---|---|
| torch_npu/utils | yang-binrong, dilililiwhy, guoqi1024, wasd1111222, rain-666 | liwei386, zqwenn, htchu, wangmin0104, medivh-x |
| test | liangsongwei, probiotics_53, culechan, huangyunlong2022, dilililiwhy | li_jing_hw, zqwenn, chenhao_1209, wangchao285, liujunzhu |


2月6日 添加了label:ascend-cla/yes
fu_hao
2月6日 评论:
2月6日 评论:
compile


此处折叠了62条消息 查看更多
3月10日 添加了label:approved
yushikang
3月10日 评论:
3月10日 评论:
/approve


3月10日 添加了label:lgtm
ascend-robot
3月10日 评论:
3月10日 评论:
Review Guide
This pull-request passes review.
Committers who wrote a comment of /approve are: wasd1111222, wangqiang160.
Reviewers who wrote a comment of /lgtm are: wangqiang160, wasd1111222.


3月10日 合入了pull request
【合入来源】
【修改方案】
1、将dynamo中对原生stream、event、record_event的实现逻辑patch给npu,使npu多流相关的api可以被dynamo追踪入图
2、新增NpuStreamContextVariable类继承自原生的StreamContextVariable,与原生相比多出的逻辑为切流时在图上添加set_stream节点,从而在图上保留切流的信息
【资料变更】
不涉及
【接口变更】
不涉及
【功能验证】
已新增st看护
【CheckList】