Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: aarch64: Fix unimplemented error when --cpu-isa-hints=prefer_ym…
…m on aarch64 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 ``` Change-Id: Ibf075ad71da0b870002c8cbfc3fefcaa883ef9b6
- Loading branch information