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

Simplify the GPU memory logger. #10927

Merged
merged 5 commits into from
Oct 24, 2024
Merged

Commits on Oct 24, 2024

  1. [WIP] Simplify the GPU memory logger.

    Simplify the logger to only keep tracker of the current and peak memory usage. The current
    locking mechanism doesn't guarantee the ordering of the lock and it's difficult to fix.
    
    We can use rmm or nsys for detailed memory profiling in the future.
    trivialfis committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0e87b3a View commit details
    Browse the repository at this point in the history
  2. Comment.

    trivialfis committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ca82504 View commit details
    Browse the repository at this point in the history
  3. test.

    trivialfis committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cc673a6 View commit details
    Browse the repository at this point in the history
  4. Type cast.

    trivialfis committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2d28241 View commit details
    Browse the repository at this point in the history
  5. Cleanup.

    trivialfis committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    fae309c View commit details
    Browse the repository at this point in the history