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

Change softmax test to use maxf. #10219

Merged
merged 1 commit into from
Aug 26, 2022

Commits on Aug 26, 2022

  1. Change softmax test to use maxf.

    The e2e softmax test uses `cmpf` -> `select` for max operations. Use
    `maxf`instead. This allows the op to be vectorized. The TOSA to Linalg
    lowering has been recently updated to do the same (and this test was
    derived from using an older TOSA to Linalg lowering).
    Mahesh Ravishankar committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    3122584 View commit details
    Browse the repository at this point in the history