Skip to content

Commit

Permalink
fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
alvoron committed Dec 12, 2024
1 parent aeca18e commit 80f626f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/plugins/intel_cpu/src/dnnl_postops_composer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

#include "cpu_types.h"
#include "memory_desc/dnnl_blocked_memory_desc.h"
#include "nodes/executors/memory_arguments.hpp"
#include "nodes/executors/common/common_utils.hpp"
#include "nodes/executors/memory_arguments.hpp"
#include "openvino/core/type/element_type.hpp"
#include "utils/cpu_utils.hpp"
#include "utils/debug_capabilities.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ static std::vector<float> getDeQuantizedScales(const MemoryArgs& memory) {
return DQScales;
}

} // namespace intel_cpu
} // namespace ov
} // namespace intel_cpu
} // namespace ov

0 comments on commit 80f626f

Please sign in to comment.