Skip to content

Updated load_config mapping to make it a pass through for OV properties #782

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

Merged
merged 1 commit into from
Aug 22, 2025

Conversation

ankitm3k
Copy link

Description

This PR simplifies the load_config mapping feature making the implementation deferring all the property handling at OV toolkit level & cleaner just like ABI EP.

Note: The onus is on user here on usage of valid properties while using load_config as its transparent at OVEP layer

@ankitm3k ankitm3k force-pushed the ankit/load_config_v2 branch from 07b08c0 to 3286d38 Compare August 22, 2025 10:19
Copy link

@MayureshV1 MayureshV1 left a comment

Choose a reason for hiding this comment

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

LGTM !
Testing has shown that this implementation matches the ABI-EP and load_config implementation is now passthrough to OpenVINO properties.

Most of the positive and negative tests have been validated.
Accuracy Mode, Cache_DIR, Cache_Mode, PERFORMANCE_HINT< EXECUTION_MODE_HINT all work.

Couple of OV bugs are on setting INFERENCE_PRECISION with incorrect values like FP16 still pass and LOG_LEVEL does nto work for devices like GPU.

@MayureshV1 MayureshV1 merged commit 0bad3d7 into ovep-develop Aug 22, 2025
6 of 8 checks passed
@MayureshV1 MayureshV1 changed the title update: Updated load_config mapping Updated load_config mapping to make it a pass through for OV properties Aug 22, 2025
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