Skip to content

Commit 63cad4b

Browse files
committed
tidy
1 parent 6a1f37e commit 63cad4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plugins/intel_cpu/src/nodes/subgraph.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@
4646

4747
# include "emitters/snippets/x64/cpu_generator.hpp"
4848
# include "executors/x64/subgraph.hpp"
49+
# include "snippets/lowered/port_descriptor.hpp"
4950
# include "snippets/op/brgemm.hpp"
50-
# include "snippets/pass/matmul_to_brgemm.hpp"
51+
# include "snippets/utils/utils.hpp"
5152
# include "transformations/snippets/x64/op/brgemm_utils.hpp"
5253
#elif defined(OPENVINO_ARCH_ARM64)
5354
# include <cpu/aarch64/cpu_isa_traits.hpp>

0 commit comments

Comments
 (0)