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

Fix getJsonObject number normalization 0.0 <=> inf bug #1944

Merged

Commits on Apr 8, 2024

  1. Move device code in get_json_object to cu or cuh (NVIDIA#1915)

    Signed-off-by: Haoyang Li <[email protected]>
    thirtiseven authored and Chong Gao committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    43b5dd9 View commit details
    Browse the repository at this point in the history
  2. Refactor/simplify json generator

    Signed-off-by: Chong Gao <[email protected]>
    Chong Gao committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6b8fa98 View commit details
    Browse the repository at this point in the history
  3. Remove purge non-empty nulls step

    Chong Gao committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    76bcd10 View commit details
    Browse the repository at this point in the history
  4. Refactor josn parser: remove useless variables

    Chong Gao committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    264f47a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b985891 View commit details
    Browse the repository at this point in the history
  6. Refine push/pop/peek logic

    Chong Gao committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1d1268d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e315f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 10, 2024

  1. Revert "Fix nvbug: get-json-obj get incorrect result on some GPUs(H10…

    …0, V100)"
    
    This reverts commit ff2db7e.
    Chong Gao committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b7ccd71 View commit details
    Browse the repository at this point in the history
  2. Fix a redefined variable

    Chong Gao committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f02ed8a View commit details
    Browse the repository at this point in the history
  3. Update MAX_PATH_DEPTH = 8 in Java to keep consistent

    Chong Gao committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    bf1f269 View commit details
    Browse the repository at this point in the history
  4. Fix test cases; Change max path depth from 8 to 16

    Chong Gao committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9ee7618 View commit details
    Browse the repository at this point in the history
  5. Minor change: add pragma once in header

    Chong Gao committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8bab267 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc49cb6 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    f18d6aa View commit details
    Browse the repository at this point in the history
  2. Address comments

    Signed-off-by: Haoyang Li <[email protected]>
    thirtiseven committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    907a31a View commit details
    Browse the repository at this point in the history