Skip to content

Conversation

csoka
Copy link
Owner

@csoka csoka commented Dec 10, 2024

Details:

Tickets:

  • EISW-126915

@csoka csoka force-pushed the npu_compiler_supported_options branch from 4e17f7a to 95476a7 Compare December 11, 2024 15:27
csoka pushed a commit that referenced this pull request Jan 8, 2025
### Details:
 - *item1*
	
CID 1529754: (#1 of 1): COPY_INSTEAD_OF_MOVE (COPY_INSTEAD_OF_MOVE)
1. copy_constructor_call: node_info_table is passed-by-value as
parameter to parse_freq_info_linux when it could be moved instead.
     	Use std::move(node_info_table) instead of node_info_table.
221                                  node_info_table,
222                                  _processors,
223                                  _numa_nodes,
224                                  _sockets,
225                                  _cores,
226                                  _proc_type_table,
227                                  _cpu_mapping_table);

### Tickets:
 - *ticket-id*
csoka pushed a commit that referenced this pull request Jan 8, 2025
### Details:
 - *fix coverity scan issue CID 1537543*

config.streamExecutorConfig =
IStreamsExecutor::Config{"CPUStreamsExecutor",
706 config.streams,
707 config.threadsPerStream,
708 ov::hint::SchedulingCoreType::ANY_CORE,
709                                                           false,
710 cpu_pinning,
     	
CID 1537543: (#1 of 1): COPY_INSTEAD_OF_MOVE (COPY_INSTEAD_OF_MOVE)
1. copy_constructor_call: streams_info_table is passed-by-value as
parameter to
ov::threading::IStreamsExecutor::Config::Config(std::string, int, int,
ov::hint::SchedulingCoreType, bool, bool, std::vector<std::vector<int,
std::allocator<int> >, std::allocator<std::vector<int,
std::allocator<int> > > >, std::vector<int, std::allocator<int> >) when
it could be moved instead.
     	Use std::move(streams_info_table) instead of streams_info_table.
711 streams_info_table};
712

### Tickets:
 - *ticket-id*
@csoka csoka force-pushed the npu_compiler_supported_options branch from 95476a7 to 0807e39 Compare February 17, 2025 14:49
@csoka csoka merged commit 0807e39 into npu_dynamic_props_rebase031224 Feb 17, 2025
4 checks passed
@csoka csoka force-pushed the npu_dynamic_props_rebase031224 branch from 6097d51 to 0807e39 Compare February 17, 2025 14:53
csoka added a commit that referenced this pull request Mar 6, 2025
csoka added a commit that referenced this pull request Mar 11, 2025
csoka added a commit that referenced this pull request Mar 13, 2025
csoka added a commit that referenced this pull request Mar 14, 2025
csoka added a commit that referenced this pull request Mar 16, 2025
csoka added a commit that referenced this pull request Apr 3, 2025
csoka pushed a commit that referenced this pull request Apr 17, 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, `openvinotoolkit#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*
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.

1 participant