oneapi-src / oneDNN

oneAPI Deep Neural Network Library (oneDNN)
https://uxlfoundation.org
Apache License 2.0
3.64k stars 1.01k forks source link

test: aarch64: Fix unimplemented error when --cpu-isa-hints=prefer_ymm #2208

Closed Ryo-not-rio closed 1 week ago

Ryo-not-rio commented 3 weeks ago

When running with --cpu-isa-hints=prefer_ymm, tests fail on aarch64 due to an unimplmented error. This change will instead allow the code to run the reference implementations.

Reproducible:

./tests/benchdnn/benchdnn --conv --cpu-isa-hints=prefer_ymm --dt=bf16:bf16:bf16 --stag=axb --dtag=axb --attr-post-ops=sum+tanh:1:1 g1ic64ih1000oc64oh1000kh3ph128dh127
theComputeKid commented 3 weeks ago

Could you reformat the commit message to: test: aarch64: Fix unimplemented error when --cpu-isa-hints=prefer_ymm

The PR checks should have caught this but they are probably not working as intended.