[CPU][ARM] Enable oneDNN acl fullyconnected (inner_product) (#17331)

This commit is contained in:
Egor Duplenskii 2023-05-15 15:50:28 +02:00 committed by GitHub
parent 5d9424f84d
commit fe95ed27b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -508,6 +508,7 @@ bool FullyConnected::created() const {
const std::vector<impl_desc_type>& FullyConnected::getPrimitivesPriority() {
std::vector<impl_desc_type> priorities = {
impl_desc_type::unknown,
impl_desc_type::acl,
impl_desc_type::brgemm_sparse_avx512_amx,
impl_desc_type::brgemm_avx512_amx,
impl_desc_type::brgemm_avx512,