Skip to content

Commit

Permalink
remove gather Node WA, as gpt-j-6b AC issue has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
liubo-intel committed Nov 5, 2023
1 parent 77e7a07 commit 857dd26
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/plugins/intel_cpu/src/nodes/gather.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,6 @@ void Gather::createPrimitive() {
if (isInPlace()) {
return;
}
// W.A gather bf16/fp16 jit impl has ACC issue on avx2_vnni_2
Precision dataPrecision = getOriginalInputPrecisionAtPort(GATHER_DATA);
if (one_of(dataPrecision, Precision::BF16, Precision::FP16) &&
dnnl::impl::cpu::x64::mayiuse(dnnl::impl::cpu::x64::avx2_vnni_2))
return;

#if defined(OPENVINO_ARCH_X86_64)
uint64_t idxElPerVec = 1;
if (!isDynamicNode()) {
Expand Down

0 comments on commit 857dd26

Please sign in to comment.