[NPUW]Enable NPUW_LLM_GENERATE_PYRAMID by default.#36583
Merged
dmatveev merged 3 commits intoJun 30, 2026
Merged
Conversation
Signed-off-by: intelgaoxiong <xiong.gao@intel.com>
Signed-off-by: intelgaoxiong <xiong.gao@intel.com>
intelgaoxiong
commented
Jun 26, 2026
| #include "openvino/runtime/intel_npu/properties.hpp" | ||
| #include "whisper/prepare_whisper_model.hpp" | ||
| #include "openvino/pass/stateful_to_stateless.hpp" | ||
| #include "openvino/runtime/intel_npu/properties.hpp" |
Contributor
Author
There was a problem hiding this comment.
Only changed below test cases:
LLMCompiledModelFactoryOptionsTest.CacheRopeEnabledRoundsTripThroughCompiledModel
LLMCompiledModelFactoryOptionsTest.CacheRopeDisabledRoundsTripThroughCompiledModel
Others are changed by clang-format
dmatveev
approved these changes
Jun 30, 2026
Comment on lines
+355
to
+363
| {"NPUW_LLM_SHARED_HEAD", "YES"}, {"NPU_USE_NPUW", "YES"}, | ||
| {"NPUW_DEVICES", "CPU,NPU"}, {"NPUW_SUBMODEL_DEVICE", "0:CPU,last:NPU"}, | ||
| {"NPUW_WEIGHTS_BANK_ALLOC", "CPU"}, {"NPUW_CACHE_DIR", "/tmp/npuw-cache"}, | ||
| {"NPUW_PARALLEL_COMPILE", "YES"}, {"NPUW_FUNCALL_ASYNC", "NO"}, | ||
| {"NPUW_UNFOLD_IREQS", "YES"}, {"NPUW_FALLBACK_EXEC", "YES"}, | ||
| {"NPUW_ACC_CHECK", "YES"}, {"NPUW_ACC_THRESH", "0.25"}, | ||
| {"NPUW_ACC_DEVICE", "CPU"}, {"NPUW_DUMP_FULL", "YES"}, | ||
| {"NPUW_DUMP_SUBS", "YES"}, {"NPUW_DUMP_SUBS_DIR", "/tmp/npuw-dumps"}, | ||
| {"NPUW_DUMP_SUBS_ON_FAIL", "last"}, {"NPUW_DUMP_IO", "0,last"}, |
Contributor
There was a problem hiding this comment.
Why does it aways change this thing
praasz
pushed a commit
to praasz/openvino
that referenced
this pull request
Jul 1, 2026
…6583) ### Details: Enable NPUW_LLM_GENERATE_PYRAMID by default. ### Tickets: - *[EISW-222699](https://jira.devtools.intel.com/browse/EISW-222699)* ### AI Assistance: - *AI assistance used: no / yes* - *If yes, summarize how AI was used and what human validation was performed (build/tests/manual checks).* --------- Signed-off-by: intelgaoxiong <xiong.gao@intel.com>
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.
Details:
Enable NPUW_LLM_GENERATE_PYRAMID by default.
Tickets:
AI Assistance: