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

[circle2circle] Revise driver script #13822

Merged
merged 2 commits into from
Aug 29, 2024
Merged

Conversation

mhs4670go
Copy link
Contributor

This commit revises driver script for static analysis tool.

Related: #13806
ONE-DCO-1.0-Signed-off-by: seongwoo [email protected]

This commit revises driver script for static analysis tool.

ONE-DCO-1.0-Signed-off-by: seongwoo <[email protected]>
@mhs4670go mhs4670go added the PR/ready for review It is ready to review. Please review it. label Aug 28, 2024
@mhs4670go mhs4670go requested a review from a team August 28, 2024 14:07
@mhs4670go mhs4670go requested a review from seanshpark August 29, 2024 00:09
Copy link
Contributor

@seanshpark seanshpark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thank you!

@seanshpark seanshpark merged commit 25f939f into Samsung:master Aug 29, 2024
9 checks passed
@mhs4670go mhs4670go deleted the refac_dr5 branch September 10, 2024 06:19
option_str_to_enum["fuse_batchnorm_with_conv"] = Algorithms::FuseBatchNormWithConv;
option_str_to_enum["fuse_add_to_fullyconnected_bias"] = Algorithms::FuseAddToFullyConnectedBias;
option_str_to_enum["fuse_add_with_conv"] = Algorithms::FuseAddWithConv;
option_str_to_enum["fuse_add_with_fully_connected"] = Algorithms::FuseAddToFullyConnectedBias;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Q: shouldn't it be like below?

I met a correctness issue from an internal quantized model after I updated one-compiler.
(FYI, e.g., one-compiler=1.29.0~24082216 was fine.)

-  option_str_to_enum["fuse_add_with_fully_connected"] = Algorithms::FuseAddToFullyConnectedBias;
+  option_str_to_enum["fuse_add_with_fully_connected"] = Algorithms:: FuseAddWithFullyConnected;

- fuse_add_to_fullyconnected_bias: This fuses Add operator to following FullyConnected operator bias

- fuse_add_with_fully_connected: This fuses Add operator with the preceding FullyConnected operator if possible

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ejjeong , plz fire fix PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR/ready for review It is ready to review. Please review it.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants