Skip to content

Commit

Permalink
rebase minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwins990 committed Jan 3, 2025
1 parent 0014fd3 commit bd04c5a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <typename T>
static void attn_acc_value(float* out, float weight, T* v, size_t S, float* scale, float* zp) {
Expand Down Expand Up @@ -1541,4 +1541,4 @@ void mha_single_token(const ov::intel_cpu::PlainTensor& query,
} // namespace XARCH
} // namespace Cpu
} // namespace Extensions
} // namespace ov
} // namespace ov

0 comments on commit bd04c5a

Please sign in to comment.