[CPU][ARM] Enable oneDNN acl fullyconnected (inner_product) (#17331)
This commit is contained in:
parent
5d9424f84d
commit
fe95ed27b1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user