Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cpu: aarch64: softmax: fall back to ref if stag != dtag #1823

Merged
merged 1 commit into from
Mar 12, 2024

Commits on Mar 6, 2024

  1. 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.
    jondea committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5567b7e View commit details
    Browse the repository at this point in the history