[NPU] Remove compiledNetwork and support make_tensor_from_aligned_addr#33992
Merged
pereanub merged 7 commits intoopenvinotoolkit:masterfrom Feb 13, 2026
Merged
Conversation
c7c7d5f to
0a30a99
Compare
09bd970 to
6f39903
Compare
pereanub
reviewed
Feb 11, 2026
src/plugins/intel_npu/src/compiler_adapter/src/compiler_impl.cpp
Outdated
Show resolved
Hide resolved
pereanub
reviewed
Feb 11, 2026
src/plugins/intel_npu/src/compiler_adapter/src/compiler_impl.cpp
Outdated
Show resolved
Hide resolved
869d7de to
f1d41ce
Compare
Signed-off-by: Kang, Wenjing <wenjing.kang@intel.com>
Signed-off-by: Kang, Wenjing <wenjing.kang@intel.com>
Signed-off-by: Kang, Wenjing <wenjing.kang@intel.com>
Signed-off-by: Kang, Wenjing <wenjing.kang@intel.com>
Signed-off-by: Kang, Wenjing <wenjing.kang@intel.com>
f1d41ce to
f7cfc87
Compare
src/plugins/intel_npu/src/compiler_adapter/src/compiler_impl.cpp
Outdated
Show resolved
Hide resolved
src/plugins/intel_npu/src/compiler_adapter/src/compiler_impl.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Kang, Wenjing <wenjing.kang@intel.com>
pereanub
approved these changes
Feb 13, 2026
src/plugins/intel_npu/src/compiler_adapter/src/compiler_impl.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Kang, Wenjing <wenjing.kang@intel.com>
PatrikStepan
approved these changes
Feb 13, 2026
Naseer-010
pushed a commit
to Naseer-010/openvino
that referenced
this pull request
Feb 18, 2026
openvinotoolkit#33992) ### Details: - *Remove `std::vector<unit_8> compiledNetwork`* - *Add support for `make_tensor_from_aligned_addr`, which creates `ov::Tensor` from aligned allocated memory* ### Tickets: - *CVS-180882* --------- Signed-off-by: Kang, Wenjing <wenjing.kang@intel.com>
wilson-seok
pushed a commit
to wilson-seok/openvino
that referenced
this pull request
Feb 19, 2026
openvinotoolkit#33992) ### Details: - *Remove `std::vector<unit_8> compiledNetwork`* - *Add support for `make_tensor_from_aligned_addr`, which creates `ov::Tensor` from aligned allocated memory* ### Tickets: - *CVS-180882* --------- Signed-off-by: Kang, Wenjing <wenjing.kang@intel.com>
mvafin
pushed a commit
to mvafin/openvino
that referenced
this pull request
Feb 20, 2026
openvinotoolkit#33992) ### Details: - *Remove `std::vector<unit_8> compiledNetwork`* - *Add support for `make_tensor_from_aligned_addr`, which creates `ov::Tensor` from aligned allocated memory* ### Tickets: - *CVS-180882* --------- Signed-off-by: Kang, Wenjing <wenjing.kang@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:
std::vector<unit_8> compiledNetworkmake_tensor_from_aligned_addr, which createsov::Tensorfrom aligned allocated memoryTickets: