[Dy2St][CINN] Deprecate build_strategy.build_cinn_pass
and replace it with backend
option
#71815
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.
PR Category
Execute Infrastructure
PR Types
Deprecations
Description
弃用
build_stragegy.build_cinn_pass
,后续统一使用backend
参数来控制是否开启 CINN个别两处有单测挂掉了,是因为老 IR 下
build_stragegy.build_cinn_pass=True
和backend="CINN"
不等价,暂时在老 IR 下恢复逻辑了,老 IR 下的 CINN 或者整个转静的执行链路(组网链路可能还不行)应该即将可以退掉了Ecosystem updates
build_strategy
withbackend
option PaddleTest#3048build_strategy
withbackend
option modulus-sym#2build_strategy
withbackend
option into_static
API deepmodeling/deepmd-kit#4664