Skip to content

Commit

Permalink
[MNN:Bugfix] Remove _AVX512_MNNGemmFloatUnit_4 temply
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaying committed Jul 4, 2020
1 parent 3b3ebb7 commit 67298f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 203 deletions.
6 changes: 0 additions & 6 deletions source/backend/cpu/x86_x64/FunctionDispatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ void MNNFunctionInit() {
gFunc.MNNPackedMatMulRemain = _AVX_MNNPackedMatMulRemainFMA;
}
}
#ifdef MNN_OPEN_ASM
if ((cpuFlags & libyuv::kCpuHasAVX512VL) && (cpuFlags & libyuv::kCpuHasFMA3)) {
gFunc.tileNumber = 16;
gFunc.MNNGemmFloatUnit_4 = _AVX512_MNNGemmFloatUnit_4;
}
#endif
}

// ========= CommonOptFunction.cpp ===========
Expand Down
197 changes: 0 additions & 197 deletions source/backend/cpu/x86_x64/avx/_AVX512_MNNGemmFloatUnit_4.S

This file was deleted.

0 comments on commit 67298f2

Please sign in to comment.