the fix (#21577)
This commit is contained in:
parent
ddb4902c33
commit
f49f84a4b1
@ -27,7 +27,7 @@ std::vector<CPUSpecificParams> filterCPUInfoForArch(const std::vector<CPUSpecifi
|
||||
selectedTypeStr.find("ref") == std::string::npos)
|
||||
continue;
|
||||
#if defined(OPENVINO_ARCH_ARM)
|
||||
# disable gemm_acl on 32-bit arm platforms because oneDNN\ACL does not support it
|
||||
// disable gemm_acl on 32-bit arm platforms because oneDNN\ACL does not support it
|
||||
if (selectedTypeStr.find("gemm_acl") != std::string::npos)
|
||||
continue;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user