Skip to content

Commit

Permalink
Revert "src: cpu: aarch64: Enable matmul static quantisation."
Browse files Browse the repository at this point in the history
This reverts commit f4fcbb6.
  • Loading branch information
renato-arantes authored and theComputeKid committed Dec 20, 2024
1 parent ab668ec commit ed96323
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 366 deletions.
250 changes: 0 additions & 250 deletions src/cpu/aarch64/matmul/acl_lowp_matmul_sq.cpp

This file was deleted.

111 changes: 0 additions & 111 deletions src/cpu/aarch64/matmul/acl_lowp_matmul_sq.hpp

This file was deleted.

8 changes: 3 additions & 5 deletions src/cpu/matmul/cpu_matmul_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ using namespace dnnl::impl::cpu::x64;
#include "cpu/aarch64/matmul/brgemm_matmul.hpp"
#ifdef DNNL_AARCH64_USE_ACL
#include "cpu/aarch64/matmul/acl_lowp_matmul.hpp"
#include "cpu/aarch64/matmul/acl_lowp_matmul_sq.hpp"
#include "cpu/aarch64/matmul/acl_matmul.hpp"
#endif
using namespace dnnl::impl::cpu::aarch64::matmul;
Expand Down Expand Up @@ -74,11 +73,10 @@ using namespace dnnl::impl::cpu::matmul;
// clang-format off
constexpr impl_list_item_t impl_list[] = REG_MATMUL_P({

CPU_INSTANCE_AARCH64(brgemm_matmul_t<sve_512>)
CPU_INSTANCE_AARCH64_ACL(acl_lowp_matmul_sq_t)
CPU_INSTANCE_AARCH64(brgemm_matmul_t<sve_512>)
CPU_INSTANCE_AARCH64_ACL(acl_lowp_matmul_t)
CPU_INSTANCE_AARCH64_ACL(acl_matmul_t)
CPU_INSTANCE_AARCH64(brgemm_matmul_t<sve_256>)
CPU_INSTANCE_AARCH64_ACL(acl_matmul_t)
CPU_INSTANCE_AARCH64(brgemm_matmul_t<sve_256>)
CPU_INSTANCE_AMX(brgemm_matmul_t<avx512_core_amx_fp16>)
CPU_INSTANCE_AMX(brgemm_matmul_t<avx512_core_amx>)
CPU_INSTANCE_AVX512(brgemm_matmul_t<avx512_core_fp16>)
Expand Down

0 comments on commit ed96323

Please sign in to comment.