Closed Ryo-not-rio closed 1 week 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
Could you reformat the commit message to: test: aarch64: Fix unimplemented error when --cpu-isa-hints=prefer_ymm
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.
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: