diff --git a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/mha_single_token.cpp b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/mha_single_token.cpp index 4d5882b6edd822..aa07a2c550bf58 100644 --- a/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/mha_single_token.cpp +++ b/src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/mha_single_token.cpp @@ -109,11 +109,11 @@ static void cvt_copy(TA* dst, TB* src, size_t n) { } # endif # endif +#endif for (; i < n; i++) { dst[i] = src[i]; } } -#endif template static void attn_acc_value(float* out, float weight, T* v, size_t S, float* scale, float* zp) { @@ -1541,4 +1541,4 @@ void mha_single_token(const ov::intel_cpu::PlainTensor& query, } // namespace XARCH } // namespace Cpu } // namespace Extensions -} // namespace ov +} // namespace ov \ No newline at end of file