Paddle
Paddle copied to clipboard
[PIR+CINN]Support some OpInferSymbolicShape
PR Category
CINN
PR Types
Bug fixes
Description
Add Clip InferSymbolicShape; Add CrossEntropyWithSoftmax InferSymbolicShape: fix shape infer for reduce op;
你的PR提交成功,感谢你对开源项目的贡献! 请关注后续CI自动化测试结果,详情请参考Paddle-CI手册。 Your PR has been submitted. Thanks for your contribution! Please wait for the result of CI firstly. See Paddle CI Manual for details.
目前在 layercase/sublayer1000/Det_cases/mot_ocsort_ocsort_ppyoloe/SIR_178.py 子图中, lower_cinn_dynamic_shape_fusion_op pass 时还是会报错如下,
原因分析为 input 的 shape 表达式没有化简,为 Mul(S0, 1 / (4)) 的形式
Sorry to inform you that ee0cc1d's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.