Skip to content

Commit

Permalink
Fixed NVIDIA plugin compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Feb 9, 2024
1 parent 02e75ff commit 84ae719
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions modules/nvidia_plugin/tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ ov_add_test_target(
openvino::ov_models
openvino::commonTestUtils
openvino::funcSharedTests
INCLUDES
PRIVATE
"${OpenVINO_SOURCE_DIR}/src/plugins/template/include"
ADD_CPPLINT
ADD_CLANG_FORMAT
LABELS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "openvino/op/squeeze.hpp"
#include "openvino/op/unsqueeze.hpp"
#include "ov_models/utils/data_utils.hpp"
#include "template/properties.hpp"

using namespace ov::nvidia_gpu;
using namespace testing;
Expand Down

0 comments on commit 84ae719

Please sign in to comment.