Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpu: aarch64: softmax: fall back to ref if stag != dtag
`acl_softmax` would return incorrect answer if stag did not match dtag, for example ```sh ./benchdnn -v5 --softmax --stag=axb --dtag=abx 2x19x16x64 ``` This patch fixes that by falling back to ref if stag != dtag.
- Loading branch information