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

Handling for NaN and inf when converting floating point to fixed point types #15885

Merged

Commits on May 29, 2024

  1. Null handling for NaN and inf

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2277377 View commit details
    Browse the repository at this point in the history
  2. Fix compile error

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed May 29, 2024
    Configuration menu
    Copy the full SHA
    77c7e98 View commit details
    Browse the repository at this point in the history
  3. Update comments and add assertion

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1701d47 View commit details
    Browse the repository at this point in the history
  4. Add test

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0af5575 View commit details
    Browse the repository at this point in the history
  5. Add -inf

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed May 29, 2024
    Configuration menu
    Copy the full SHA
    88ae731 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Change comments and use std::isfinite

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    27acae6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    7f2224c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    a79adfa View commit details
    Browse the repository at this point in the history