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

[compiler] Fix static analysis defect #12733

Open
chunseoklee opened this issue Mar 7, 2024 · 0 comments
Open

[compiler] Fix static analysis defect #12733

chunseoklee opened this issue Mar 7, 2024 · 0 comments

Comments

@chunseoklee
Copy link
Contributor

static analyzer commented about

op_context->effective_input_shape.rank(effective_dims);

11. cast_overflow: Truncation due to cast operation on effective_dims from 64 to 32 bits.
     	
CID 1757292: (#2 of 2): Overflowed integer argument (INTEGER_OVERFLOW)
12. overflow_sink: effective_dims, which might have overflowed, is passed to op_context->effective_input_shape.rank(effective_dims).

PTAL @Samsung/one_compiler

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

No branches or pull requests

1 participant