--- a/src/plugins/intel_npu/thirdparty/CMakeLists.txt 2025-04-22 08:56:17.128557002 +0300 +++ b/src/plugins/intel_npu/thirdparty/CMakeLists.txt 2025-04-22 08:56:27.085760995 +0300 @@ -11,16 +11,3 @@ set_property(TARGET level-zero-ext APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES $) add_library(LevelZero::NPUExt ALIAS level-zero-ext) endif() - -# -# yaml-cpp -# - -if(ENABLE_INTEL_NPU_PROTOPIPE) - set(YAML_BUILD_SHARED_LIBS OFF) - add_subdirectory(yaml-cpp EXCLUDE_FROM_ALL) - # NB: Suppress warnings in yaml-cpp - if(SUGGEST_OVERRIDE_SUPPORTED) - target_compile_options(yaml-cpp PRIVATE -Wno-suggest-override) - endif() -endif() --- a/src/plugins/intel_npu/tools/compile_tool/CMakeLists.txt 2025-04-22 08:56:52.338766209 +0300 +++ b/src/plugins/intel_npu/tools/compile_tool/CMakeLists.txt 2025-04-22 08:57:28.380471138 +0300 @@ -45,13 +45,6 @@ # install(TARGETS ${TARGET_NAME} - RUNTIME DESTINATION "tools/${TARGET_NAME}" + RUNTIME DESTINATION "bin" COMPONENT ${NPU_INTERNAL_COMPONENT} ${OV_CPACK_COMP_NPU_INTERNAL_EXCLUDE_ALL}) - -if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/README.md") - install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/README.md" - DESTINATION "tools/${TARGET_NAME}" - COMPONENT ${NPU_INTERNAL_COMPONENT} - ${OV_CPACK_COMP_NPU_INTERNAL_EXCLUDE_ALL}) -endif() --- a/src/plugins/intel_npu/tools/protopipe/CMakeLists.txt 2025-04-22 08:57:42.031656000 +0300 +++ b/src/plugins/intel_npu/tools/protopipe/CMakeLists.txt 2025-04-22 08:58:18.596665997 +0300 @@ -64,13 +64,6 @@ # install(TARGETS ${TARGET_NAME} - RUNTIME DESTINATION "tools/${TARGET_NAME}" + RUNTIME DESTINATION "bin/${TARGET_NAME}" COMPONENT ${NPU_INTERNAL_COMPONENT} ${OV_CPACK_COMP_NPU_INTERNAL_EXCLUDE_ALL}) - -if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/README.md") - install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/README.md" - DESTINATION "tools/${TARGET_NAME}" - COMPONENT ${NPU_INTERNAL_COMPONENT} - ${OV_CPACK_COMP_NPU_INTERNAL_EXCLUDE_ALL}) -endif() --- a/src/plugins/intel_npu/tools/single-image-test/CMakeLists.txt 2025-04-22 08:58:29.092032832 +0300 +++ b/src/plugins/intel_npu/tools/single-image-test/CMakeLists.txt 2025-04-22 08:58:55.051015815 +0300 @@ -67,13 +67,6 @@ # install(TARGETS ${TARGET_NAME} - RUNTIME DESTINATION "tools/${TARGET_NAME}" + RUNTIME DESTINATION "bin/${TARGET_NAME}" COMPONENT ${NPU_INTERNAL_COMPONENT} ${OV_CPACK_COMP_NPU_INTERNAL_EXCLUDE_ALL}) - -if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/README.md") - install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/README.md" - DESTINATION "tools/${TARGET_NAME}" - COMPONENT ${NPU_INTERNAL_COMPONENT} - ${OV_CPACK_COMP_NPU_INTERNAL_EXCLUDE_ALL}) -endif() --- a/src/plugins/intel_npu/src/backend/include/zero_memory.hpp 2025-04-22 09:05:56.846233909 +0300 +++ b/src/plugins/intel_npu/src/backend/include/zero_memory.hpp 2025-04-22 09:06:16.087659601 +0300 @@ -5,7 +5,7 @@ #pragma once #include -#include +#include "ze_graph_ext.h" #include #include --- a/src/plugins/intel_npu/src/backend/src/zero_pipeline.cpp 2025-04-22 09:07:43.393381649 +0300 +++ b/src/plugins/intel_npu/src/backend/src/zero_pipeline.cpp 2025-04-22 09:07:56.183659457 +0300 @@ -5,7 +5,7 @@ #include "zero_pipeline.hpp" #include -#include +#include "ze_graph_ext.h" #include "intel_npu/common/itt.hpp" #include "intel_npu/config/runtime.hpp" --- a/src/plugins/intel_npu/src/backend/src/zero_profiling.cpp 2025-04-22 09:08:57.774124447 +0300 +++ b/src/plugins/intel_npu/src/backend/src/zero_profiling.cpp 2025-04-22 09:09:12.295471482 +0300 @@ -4,7 +4,7 @@ #include "zero_profiling.hpp" -#include +#include "ze_graph_profiling_ext.h" #include "intel_npu/config/compiler.hpp" #include "intel_npu/profiling.hpp" --- a/src/plugins/intel_npu/src/backend/include/zero_infer_request.hpp 2025-04-22 09:10:24.837226950 +0300 +++ b/src/plugins/intel_npu/src/backend/include/zero_infer_request.hpp 2025-04-22 09:10:41.016084607 +0300 @@ -5,7 +5,7 @@ #pragma once #include -#include +#include "ze_graph_ext.h" #include "intel_npu/common/npu.hpp" #include "intel_npu/common/sync_infer_request.hpp" --- a/src/plugins/intel_npu/src/backend/include/zero_device.hpp 2025-04-22 09:11:34.924583352 +0300 +++ b/src/plugins/intel_npu/src/backend/include/zero_device.hpp 2025-04-22 09:12:49.755738068 +0300 @@ -5,7 +5,7 @@ #pragma once #include -#include +#include "ze_graph_ext.h" #include "intel_npu/common/icompiled_model.hpp" #include "intel_npu/common/npu.hpp" --- a/src/plugins/intel_npu/src/utils/include/intel_npu/utils/zero/zero_init.hpp 2025-04-22 08:54:18.123636777 +0300 +++ b/src/plugins/intel_npu/src/utils/include/intel_npu/utils/zero/zero_init.hpp 2025-04-22 08:54:44.392999512 +0300 @@ -5,9 +5,9 @@ #pragma once #include -#include -#include -#include +#include "ze_command_queue_npu_ext.h" +#include "ze_graph_ext.h" +#include "ze_intel_npu_uuid.h" #include --- a/src/plugins/intel_npu/src/compiler_adapter/include/ze_graph_ext_wrappers.hpp 2025-04-22 09:15:19.821223694 +0300 +++ b/src/plugins/intel_npu/src/compiler_adapter/include/ze_graph_ext_wrappers.hpp 2025-04-22 09:15:30.186617303 +0300 @@ -5,7 +5,7 @@ #pragma once #include -#include +#include "ze_graph_ext.h" #include #include --- a/src/plugins/intel_npu/src/utils/include/intel_npu/utils/zero/zero_types.hpp 2025-04-22 09:16:54.687791603 +0300 +++ b/src/plugins/intel_npu/src/utils/include/intel_npu/utils/zero/zero_types.hpp 2025-04-22 09:17:15.958572870 +0300 @@ -5,9 +5,9 @@ #pragma once #include -#include -#include -#include +#include "ze_command_queue_npu_ext.h" +#include "ze_graph_ext.h" +#include "ze_graph_profiling_ext.h" #include --- a/src/plugins/intel_npu/src/utils/include/intel_npu/utils/zero/zero_utils.hpp 2025-04-22 09:18:29.594493912 +0300 +++ b/src/plugins/intel_npu/src/utils/include/intel_npu/utils/zero/zero_utils.hpp 2025-04-22 09:18:42.216166698 +0300 @@ -6,7 +6,7 @@ #include #include -#include +#include "ze_graph_ext.h" #include "intel_npu/utils/logger/logger.hpp" #include "intel_npu/utils/zero/zero_api.hpp" --- a/src/plugins/intel_npu/src/compiler_adapter/include/plugin_graph.hpp 2025-04-22 09:23:42.150544550 +0300 +++ b/src/plugins/intel_npu/src/compiler_adapter/include/plugin_graph.hpp 2025-04-22 09:24:26.961320914 +0300 @@ -6,7 +6,7 @@ #pragma once -#include +#include "ze_graph_ext.h" #include "intel_npu/common/igraph.hpp" #include "intel_npu/icompiler.hpp" --- a/src/plugins/intel_npu/src/compiler_adapter/include/driver_graph.hpp 2025-04-22 09:26:36.769713083 +0300 +++ b/src/plugins/intel_npu/src/compiler_adapter/include/driver_graph.hpp 2025-04-22 09:27:38.382076030 +0300 @@ -6,7 +6,7 @@ #pragma once -#include +#include "ze_graph_ext.h" #include "intel_npu/common/igraph.hpp" #include "intel_npu/utils/zero/zero_init.hpp" --- a/src/plugins/intel_npu/src/utils/src/zero/zero_init.cpp 2025-04-22 09:28:33.202081565 +0300 +++ b/src/plugins/intel_npu/src/utils/src/zero/zero_init.cpp 2025-04-22 09:31:04.864198534 +0300 @@ -4,7 +4,7 @@ #include "intel_npu/utils/zero/zero_init.hpp" -#include +#include "ze_command_queue_npu_ext.h" #include