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

Add support for extended exp operation as halide_extended_exp. #8206

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Apr 24, 2024

  1. Initial checking of halide_extended_exp support.

    Zalman Stern committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2326295 View commit details
    Browse the repository at this point in the history
  2. Fix formatting.

    Zalman Stern committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    de4a6fa View commit details
    Browse the repository at this point in the history
  3. Fix formatting.

    Zalman Stern committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    bcc7240 View commit details
    Browse the repository at this point in the history
  4. Add extended_exp test to CMakeLists.txt.

    Zalman Stern committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    23f6db1 View commit details
    Browse the repository at this point in the history
  5. Appease stupid string match success check.

    Zalman Stern committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    39e35f7 View commit details
    Browse the repository at this point in the history
  6. Remove strict_float experiment.

    Zalman Stern committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    422009a View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Merge branch 'main' into halide_extended_exp

    Zalman Stern committed May 1, 2024
    Configuration menu
    Copy the full SHA
    6e0673a View commit details
    Browse the repository at this point in the history
  2. Improve numerics slightly by returning positive and negative inifinity

    values for exponent part of extended exp.
    
    Improve test by comparing to three pass algorithm.
    Zalman Stern committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3aab14e View commit details
    Browse the repository at this point in the history