Remove invalid provider option 'enable_npu_fast_compile' in OVEP#429
Closed
preetha-intel wants to merge 14 commits intoovep-develop-lnl-1.2from
Closed
Remove invalid provider option 'enable_npu_fast_compile' in OVEP#429preetha-intel wants to merge 14 commits intoovep-develop-lnl-1.2from
preetha-intel wants to merge 14 commits intoovep-develop-lnl-1.2from
Conversation
fix handling of multiple QuantizeLinear nodes
fix debug build
* Update onnx_ctx_model_helper.cc Keep "attr_0" "attr_1" etc inside a scope so that these unique pointers get deleted after their use is over Also declare "node_attributes" global to the new scope (within the function) * Optimizations to reduce memory used during compilation * Fix for reusing the serialized compiled blob to proto model * EpCtx export code refactoring * Fix from Ankit to move memory during ONNX Graph creation * Localise the OV IR model in memory * Apply lint changes --------- Co-authored-by: Vishnudas Thaniel S <vishnudas.thaniel.s@intel.com> Co-authored-by: Javier E. Martinez <javier.e.martinez@intel.com>
Updated the Version of OV to 2024.3
update: Enable C++ 20 Standard for the build
Author
|
@vthaniel This removes the enable_npu_fast_compile option. Can we trigger the stability test on this PR so that we can be certain this doesn't break any other configs. |
|
Is this ready to merge ? |
|
@vthaniel can u trigger stability test on this |
236df14 to
b0a8bee
Compare
4d64dc0 to
f9b995c
Compare
Author
|
Merged as part of #465 . Closing this PR as its outdated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Remove OVEP provider option 'enable_npu_fast_compile' .
Motivation and Context
code clean up