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

[bugfix] fix coverity issues #2722

Merged
merged 1 commit into from
Aug 30, 2024

Commits on Aug 29, 2024

  1. [bugfix] fix coverity issues

    This PR resolves coverity issues in the ShortTensor class.
    Replace max_abs() implementation with maxValue() since the maximum absolute value of unsigned int equals to the maximum value.
    
    **Self-evaluation:**
    1. Build test: [X]Passed [ ]Failed [ ]Skipped
    2. Run test:   [X]Passed [ ]Failed [ ]Skipped
    
    Signed-off-by: Donghyeon Jeong <dhyeon.jeong@samsung.com>
    djeong20 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b1ea432 View commit details
    Browse the repository at this point in the history