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

codegen: explicitly handle Float16 intrinsics #45249

Merged
merged 2 commits into from
May 18, 2022
Merged

codegen: explicitly handle Float16 intrinsics #45249

merged 2 commits into from
May 18, 2022

Commits on May 10, 2022

  1. codegen: explicitly handle Float16 intrinsics

    Fixes #44829, until llvm fixes the support for these intrinsics itself
    vtjnash committed May 10, 2022
    Configuration menu
    Copy the full SHA
    d2a7deb View commit details
    Browse the repository at this point in the history
  2. fixup! codegen: explicitly handle Float16 intrinsics

    Also need to handle vectors, since the vectorizer may have introduced them.
    
    Also change our runtime emulation versions to f32 for consistency.
    vtjnash committed May 10, 2022
    Configuration menu
    Copy the full SHA
    09859cc View commit details
    Browse the repository at this point in the history