Skip to content

Commit

Permalink
Move extension header into separate translation unit for `openvino_…
Browse files Browse the repository at this point in the history
…intel_npu_plugin` library
  • Loading branch information
MirceaDan99 committed Oct 4, 2024
1 parent 25be7f5 commit f3f2a65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#pragma once

#include "openvino/core/extension.hpp"

#include "openvino/core/op_extension.hpp"
#include "ov_ops/rms.hpp"

Expand Down
1 change: 0 additions & 1 deletion src/plugins/intel_npu/src/plugin/src/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include "compiled_model.hpp"
#include "compiler.hpp"
#include "device_helpers.hpp"
#include "extension.hpp"
#include "intel_npu/al/config/common.hpp"
#include "intel_npu/al/config/compiler.hpp"
#include "intel_npu/al/config/npuw.hpp"
Expand Down

0 comments on commit f3f2a65

Please sign in to comment.