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

Fixed Coverity and lint issues #551

Closed

Conversation

jatinwadhwa921
Copy link

Fixed Coverity and lint issues

@jatinwadhwa921
Copy link
Author

Hi, the internal ci seems to fail here due to ci server connectivity issue, so i ran the internal ci on Jenkins
http://ai-frameworks-integration.mlops.iotg.sclab.intel.com:8080/view/ONNXRT/job/internal_ci/209/console. The internal ci passes here

@@ -32,7 +32,7 @@ GetCapability::GetCapability(const EPCtxHandler& ep_ctx_handler,
const std::string device_type_param,
const bool enable_qdq_optimizer) : ep_ctx_handler_(ep_ctx_handler),
graph_viewer_(graph_viewer_param),
device_type_(device_type_param) {
device_type_(std::move(device_type_param)) {

Choose a reason for hiding this comment

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

there is a cpp lint

Copy link
Author

Choose a reason for hiding this comment

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

Fixed, std::move() uses utility header file so added that in capability.cc

@sfatimar sfatimar force-pushed the jatin_fix_cov_lint_weight branch from 9b1839f to 0b65389 Compare January 31, 2025 09:19
@sfatimar
Copy link

sfatimar commented Feb 5, 2025

@jatinwadhwa921 can i merge this

@jatinwadhwa921
Copy link
Author

@jatinwadhwa921 can i merge this

Sahar, this is an old pr , the coverity fix has been already merged in ovep develop yesterday "48f060b" . i will be closing this pr , this pr is no more necessary

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