Skip to content

Commit

Permalink
*fix bug in AMX-BF16 optimizations of class SynetDeconvolution16bNhwc…
Browse files Browse the repository at this point in the history
…Gemm (MSVS).
  • Loading branch information
ermig1979 committed Sep 12, 2024
1 parent d7d69b1 commit a1cdc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Simd/SimdAmxBf16SynetDeconvolution16bNhwcGemm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

namespace Simd
{
#if defined(SIMD_AVX512BW_ENABLE) && defined(SIMD_SYNET_ENABLE)
#if (defined(SIMD_AMXBF16_ENABLE) || (defined(SIMD_AVX512BW_ENABLE) && defined(SIMD_AMX_EMULATE)))
namespace AmxBf16
{
typedef Base::SynetDeconvolution16bNhwcGemm::AlgParam AlgParam;
Expand Down

0 comments on commit a1cdc39

Please sign in to comment.