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

Re-enable cuda graphs in training modes. #9338

Merged
merged 2 commits into from
May 29, 2024

Commits on May 29, 2024

  1. Re-enable cuda graphs in training modes.

    "global" capture mode was sporadically crashing because of pinning
    host memory in other threads spawned by the data loader when
    num_workers > 0.
    
    Add relevant changs to TDT cuda graphs decoding as well.
    
    I didn't test the TDT change because I'm not sure how. But it seems low risk.
    
    Signed-off-by: Daniel Galvez <dgalvez@nvidia.com>
    galv committed May 29, 2024
    Configuration menu
    Copy the full SHA
    45a2981 View commit details
    Browse the repository at this point in the history
  2. Apply isort and black reformatting

    Signed-off-by: galv <galv@users.noreply.github.com>
    galv committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ee6253f View commit details
    Browse the repository at this point in the history