[WeeklyReport] WHoutstanding 2026.01.05~2026.01.18 #527
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
姓名
王豪
实习项目
GraphNet 计算子图构建与推广
本周工作
修复dtype_generalizer.py的bug:在判断计算图need_rewrite之前, parse_immutable_model_path_into_sole_graph_module()返回的trace_model不包含tensor_meta导致dtype_pass.need_rewrite(traced_model)返回总是false,在need_rewrite之前为trace_model加入tensor_meta,因此调用ShapeProp(traced_model).propagate(*inputs)
将dtype_gen_test.sh改为标准脚本格式并对samll100_samples.txt的进行dtype generalizaion pass测试,并用 graph_net.torch.validate 验证生成的 samples of dtype generalization pass
把dtype_generalizer.py做成了SamplePass的子类并放到torch/sample_pass目录下。
下周工作
详细周报链接
dbdf5b0