[intel_npu] Add tests for blob compatibility#29977
Merged
PatrikStepan merged 13 commits intoopenvinotoolkit:masterfrom Apr 16, 2025
Merged
[intel_npu] Add tests for blob compatibility#29977PatrikStepan merged 13 commits intoopenvinotoolkit:masterfrom
PatrikStepan merged 13 commits intoopenvinotoolkit:masterfrom
Conversation
b52bf27 to
c620336
Compare
Contributor
Author
|
build_jenkins |
c3cd75e to
b396321
Compare
…`drivers` instead of bare strings in `blob_compatibility.cpp` & Update `blob_compatibility_tool` to support bounded tensors for dynamic shapes instead of full dynamic shapes
… versions < 2025.1
… and also try to export
a917a0f to
7e6dd1a
Compare
alexandruenache1111
approved these changes
Apr 16, 2025
7e6dd1a to
79733c4
Compare
79733c4 to
ef53840
Compare
ef53840 to
a2e6733
Compare
StefaniaHergane
approved these changes
Apr 16, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
Apr 16, 2025
### Details: By this PR, the following tests are being added: 1. *OVBlobCompatibilityNPU.CanImportAllPrecompiledBlobsForAllOVVersionsAndDrivers* 2. *OVBlobCompatibilityNPU_PV_Driver_No_Throw.CanImportExpectedModelsForPVDriverAndAllOVVersions* Note that on Linux, `#2` is not supported and for Windows using PV driver, all the tests are skipped for `#1`. Total number of new added tests on Windows: 15 Total number of new added tests on Linux: 9 ### Tickets: - *162743*
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:
By this PR, the following tests are being added:
Note that on Linux,
#2is not supported and for Windows using PV driver, all the tests are skipped for#1.Total number of new added tests on Windows: 15
Total number of new added tests on Linux: 9
Tickets: