We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9709c1 commit 5fb12b2Copy full SHA for 5fb12b2
src/plugins/intel_cpu/src/nodes/subgraph.cpp
@@ -69,6 +69,10 @@
69
#endif
70
71
#include "emitters/snippets/cpu_runtime_configurator.hpp"
72
+#if defined(OPENVINO_ARCH_X86_64) || defined(OPENVINO_ARCH_ARM64)
73
+# include "snippets/lowered/pass/mark_loops.hpp"
74
+# include "snippets/pass/propagate_precision.hpp"
75
+#endif
76
77
#if defined(OPENVINO_ARCH_X86_64)
78
# include "cache/cache_entry.h"
0 commit comments