Skip to content

Commit

Permalink
Disable GNA unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Jun 24, 2021
1 parent 689eb0c commit da53986
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inference-engine/tests_deprecated/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ file(GLOB
inference_engine_tests/*.cpp
)

# TODO: enable back
set(ENABLE_GNA OFF)

if (ENABLE_GNA)
file(GLOB
GNA_TESTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
#include "graph_test_base.hpp"
#include <memory>

#ifdef ENABLE_GNA
# undef ENABLE_GNA
#endif

#ifdef ENABLE_GNA
# include <frontend/model_quantizer.hpp>
#endif
Expand Down

0 comments on commit da53986

Please sign in to comment.