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

[stdlib] Enhance Handling of Infinity and NaN in assert_almost_equal #2375

Commits on May 4, 2024

  1. Add the inf function to utils._numerics

    Signed-off-by: Leandro Augusto Lacerda Campos <15185896+leandrolcampos@users.noreply.github.com>
    leandrolcampos committed May 4, 2024
    Configuration menu
    Copy the full SHA
    d2c0145 View commit details
    Browse the repository at this point in the history
  2. Correctly handle infinity (and NaN) in assert_almost_equal

    Signed-off-by: Leandro Augusto Lacerda Campos <15185896+leandrolcampos@users.noreply.github.com>
    leandrolcampos committed May 4, 2024
    Configuration menu
    Copy the full SHA
    d5ddd0c View commit details
    Browse the repository at this point in the history
  3. Add architecture support check for bf16 in test_inf function

    Signed-off-by: Leandro Augusto Lacerda Campos <15185896+leandrolcampos@users.noreply.github.com>
    leandrolcampos committed May 4, 2024
    Configuration menu
    Copy the full SHA
    5592424 View commit details
    Browse the repository at this point in the history
  4. Add compile-time architecture support check for bf16 in test_inf

    …function
    
    Signed-off-by: Leandro Augusto Lacerda Campos <15185896+leandrolcampos@users.noreply.github.com>
    leandrolcampos committed May 4, 2024
    Configuration menu
    Copy the full SHA
    14f9a1b View commit details
    Browse the repository at this point in the history