Paddle icon indicating copy to clipboard operation
Paddle copied to clipboard

[PIR+CINN]Support some OpInferSymbolicShape

Open yulangz opened this issue 10 months ago • 3 comments

PR Category

CINN

PR Types

Bug fixes

Description

Add Clip InferSymbolicShape; Add CrossEntropyWithSoftmax InferSymbolicShape: fix shape infer for reduce op;

yulangz avatar Apr 19 '24 16:04 yulangz

你的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.

paddle-bot[bot] avatar Apr 19 '24 16:04 paddle-bot[bot]

目前在 layercase/sublayer1000/Det_cases/mot_ocsort_ocsort_ppyoloe/SIR_178.py 子图中, lower_cinn_dynamic_shape_fusion_op pass 时还是会报错如下,

image

原因分析为 input 的 shape 表达式没有化简,为 Mul(S0, 1 / (4)) 的形式

yulangz avatar Apr 23 '24 01:04 yulangz

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.

paddle-ci-bot[bot] avatar May 01 '24 03:05 paddle-ci-bot[bot]