Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
eshoguli committed Jul 31, 2024
1 parent d089473 commit af1105f
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 458 deletions.
102 changes: 0 additions & 102 deletions src/plugins/intel_cpu/src/nodes/executors/acl/acl_gemm.cpp

This file was deleted.

46 changes: 0 additions & 46 deletions src/plugins/intel_cpu/src/nodes/executors/acl/acl_gemm.hpp

This file was deleted.

179 changes: 0 additions & 179 deletions src/plugins/intel_cpu/src/nodes/executors/gemm_implementations.cpp

This file was deleted.

4 changes: 0 additions & 4 deletions src/plugins/intel_cpu/src/nodes/executors/implementations.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include "nodes/executors/executor_implementation.hpp"
#include "nodes/executors/fullyconnected_config.hpp"
#include "nodes/executors/gemm_config.hpp"

namespace ov {
namespace intel_cpu {
Expand All @@ -27,9 +26,6 @@ const std::vector<ExecutorImplementation<Attrs>>& getImplementations() {
template <>
const std::vector<ExecutorImplementation<FCAttrs>>& getImplementations();

template <>
const std::vector<ExecutorImplementation<GEMMAttrs>>& getImplementations();

// ...

} // namespace intel_cpu
Expand Down
6 changes: 0 additions & 6 deletions src/plugins/intel_cpu/src/nodes/executors/printers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "printers.hpp"
#include "post_ops.hpp"
#include "fullyconnected_config.hpp"
#include "gemm_config.hpp"

namespace ov {
namespace intel_cpu {
Expand All @@ -18,11 +17,6 @@ std::ostream & operator<<(std::ostream & os, const FCAttrs& attrs) {
return os;
}

std::ostream & operator<<(std::ostream & os, const GEMMAttrs& attrs) {
// @todo print Attrs
return os;
}

std::ostream & operator<<(std::ostream & os, const PostOps& postOps) {
// @todo print PostOps
return os;
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/intel_cpu/src/nodes/executors/printers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

#include <ostream>
#include "executor_config.hpp"
#include "gemm_attrs.hpp"

namespace ov {
namespace intel_cpu {
Expand All @@ -19,7 +18,6 @@ template<typename Attrs> struct Config;
struct FCAttrs;

std::ostream & operator<<(std::ostream & os, const FCAttrs& attrs);
std::ostream & operator<<(std::ostream & os, const GEMMAttrs& attrs);
std::ostream & operator<<(std::ostream & os, const PostOps& postOps);

template<typename Attrs>
Expand Down
Loading

0 comments on commit af1105f

Please sign in to comment.