Skip to content

Commit e5a3500

Browse files
Fixed compilation on macOS 14 with new core development tools (openvinotoolkit#19946)
1 parent 57df7a4 commit e5a3500

File tree

1 file changed

+1
-0
lines changed
  • src/plugins/intel_cpu/src/nodes

1 file changed

+1
-0
lines changed

src/plugins/intel_cpu/src/nodes/mha.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "common/cpu_convert.h"
1717
#include "transformations/cpu_opset/x64/op/mha.hpp"
1818
#include "dnnl_extension_utils.h"
19+
#include "utils/bfloat16.hpp"
1920
#include <ie_ngraph_utils.hpp>
2021

2122
using namespace InferenceEngine;

0 commit comments

Comments
 (0)