Commit b78321c6 authored by Sandeep's avatar Sandeep Committed by Robert Kimball

address build issues on CentOS for distributed (#2432)

* add memory header for unique_ptr

* disable test for MLSL as well thows error on centos
parent d9a7db4b
...@@ -242,7 +242,7 @@ NGRAPH_TEST(${BACKEND_NAME}, divide_by_zero_float32) ...@@ -242,7 +242,7 @@ NGRAPH_TEST(${BACKEND_NAME}, divide_by_zero_float32)
std::numeric_limits<float>::infinity()}), std::numeric_limits<float>::infinity()}),
read_vector<float>(result)); read_vector<float>(result));
} }
#ifdef NGRAPH_DISTRIBUTED_OMPI_ENABLE #ifdef NGRAPH_DISTRIBUTED_ENABLE
NGRAPH_TEST(${BACKEND_NAME}, DISABLED_divide_by_zero_int32) NGRAPH_TEST(${BACKEND_NAME}, DISABLED_divide_by_zero_int32)
#else #else
NGRAPH_TEST(${BACKEND_NAME}, divide_by_zero_int32) NGRAPH_TEST(${BACKEND_NAME}, divide_by_zero_int32)
......
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
using namespace std; using namespace std;
#ifdef NGRAPH_DISTRIBUTED_ENABLE #ifdef NGRAPH_DISTRIBUTED_ENABLE
#include <memory>
#include "ngraph/distributed.hpp" #include "ngraph/distributed.hpp"
#include "distributed_setup.hpp" #include "distributed_setup.hpp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment