Commit 0a77fad3 authored by pruthvi's avatar pruthvi

rename cpu_mkl_alloctor.hpp/.cpp to cpu_allocator.hpp/.cpp

parent 65525f3a
......@@ -17,7 +17,7 @@
#include <memory>
#include "ngraph/runtime/aligned_buffer.hpp"
#include "ngraph/runtime/cpu/cpu_mkl_allocator.hpp"
#include "ngraph/runtime/cpu/cpu_allocator.hpp"
#include "ngraph/util.hpp"
using namespace ngraph;
......
......@@ -24,7 +24,7 @@ set(SRC
cpu_executor.cpp
cpu_external_function.cpp
cpu_kernels.cpp
cpu_mkl_allocator.cpp
cpu_allocator.cpp
cpu_layout_descriptor.cpp
cpu_op_annotations.cpp
cpu_tensor_view_wrapper.cpp
......
......@@ -17,7 +17,7 @@
#include <memory>
#include "ngraph/runtime/cpu/cpu_aligned_buffer.hpp"
#include "ngraph/runtime/cpu/cpu_mkl_allocator.hpp"
#include "ngraph/runtime/cpu/cpu_allocator.hpp"
#include "ngraph/util.hpp"
using namespace ngraph;
......
......@@ -17,7 +17,7 @@
#pragma once
#include <cstddef>
#include "ngraph/runtime/cpu/cpu_mkl_allocator.hpp"
#include "ngraph/runtime/cpu/cpu_allocator.hpp"
namespace ngraph
{
......
......@@ -14,7 +14,7 @@
// limitations under the License.
//*****************************************************************************
#include "ngraph/runtime/cpu/cpu_mkl_allocator.hpp"
#include "ngraph/runtime/cpu/cpu_allocator.hpp"
#include <string>
#include "ngraph/runtime/cpu/cpu_external_function.hpp"
......
......@@ -22,7 +22,7 @@
#include "cpu_backend_visibility.h"
#include "ngraph/pass/pass_config.hpp"
#include "ngraph/runtime/backend.hpp"
#include "ngraph/runtime/cpu/cpu_mkl_allocator.hpp"
#include "ngraph/runtime/cpu/cpu_allocator.hpp"
namespace ngraph
{
......
......@@ -23,7 +23,7 @@
#include "ngraph/function.hpp"
#include "ngraph/runtime/cpu/cpu_layout_descriptor.hpp"
#include "ngraph/runtime/cpu/cpu_mkl_allocator.hpp"
#include "ngraph/runtime/cpu/cpu_allocator.hpp"
#include "ngraph/runtime/cpu/cpu_runtime_context.hpp"
#include "ngraph/runtime/tensor.hpp"
......
......@@ -141,7 +141,7 @@
#include "ngraph/runtime/cpu/cpu_emitter.hpp"
#include "ngraph/runtime/cpu/cpu_executor.hpp"
#include "ngraph/runtime/cpu/cpu_external_function.hpp"
#include "ngraph/runtime/cpu/cpu_mkl_allocator.hpp"
#include "ngraph/runtime/cpu/cpu_allocator.hpp"
#include "ngraph/runtime/cpu/cpu_op_annotations.hpp"
#include "ngraph/runtime/cpu/cpu_tensor_view.hpp"
#include "ngraph/runtime/cpu/cpu_tracing.hpp"
......
......@@ -45,7 +45,7 @@
#include "ngraph/pass/pass_config.hpp"
#include "ngraph/runtime/cpu/cpu_call_frame.hpp"
#include "ngraph/runtime/cpu/cpu_layout_descriptor.hpp"
#include "ngraph/runtime/cpu/cpu_mkl_allocator.hpp"
#include "ngraph/runtime/cpu/cpu_allocator.hpp"
#include "ngraph/runtime/cpu/cpu_tensor_view_wrapper.hpp"
#include "ngraph/runtime/cpu/mkldnn_emitter.hpp"
#include "ngraph/runtime/performance_counter.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