Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复一些严重bug #375

Merged
merged 1 commit into from
Feb 2, 2023
Merged

Conversation

ZhangZhiPku
Copy link
Collaborator

*. 修复调度逻辑中的一个严重问题,该问题导致被调到 SOI 平台的算子没有被解除量化。
*. 修复 resize 算子对齐中的一个严重问题,该问题导致对 resize 算子的处理上产生死循环。
*. 修复所有 observer 的实现逻辑不能重入的问题。
*. 将 resize 算子的对齐逻辑改为默认不对齐。
*. 将 QuantAlignmentPass 中的定点对齐逻辑改为并查集合并,这将导致更大范围的参数修改,并将对齐状态切换为 PASSIVE。
*. 其他一些注释及提示信息的修改。

*. 修复调度逻辑中的一个严重问题,该问题导致被调到 SOI 平台的算子没有被解除量化。
*. 修复 resize 算子对齐中的一个严重问题,该问题导致对 resize 算子的处理上产生死循环。
*. 修复所有 observer 的实现逻辑不能重入的问题。
*. 将 resize 算子的对齐逻辑改为默认不对齐。
*. 将 QuantAlignmentPass 中的定点对齐逻辑改为并查集合并,这将导致更大范围的参数修改。
*. 其他一些注释及提示信息的修改。
@Jzz24 Jzz24 merged commit 411101c into OpenPPL:master Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants