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

Break circular reference issue causing a memory leak #1115

Merged

Commits on Aug 1, 2023

  1. wip

    dagardner-nv committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0d1aeb9 View commit details
    Browse the repository at this point in the history
  2. Don't hold a reference to the pipeline outside of the build method, e…

    …xplicitly release reference to the executor after join and stop
    dagardner-nv committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2a6e65e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07b2069 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    5b5e3f4 View commit details
    Browse the repository at this point in the history
  2. Pylint fixes

    dagardner-nv committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7745d98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73318c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    364da5a View commit details
    Browse the repository at this point in the history
  5. lint fixes

    dagardner-nv committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f85dea5 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

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

Commits on Aug 15, 2023

  1. Ensure that both _storage_dir and _storage_type are defined prior to …

    …potentially raising an exception, this prevents an attribute error in the destructor
    dagardner-nv committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    de11367 View commit details
    Browse the repository at this point in the history
  2. wip

    dagardner-nv committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    506d95a View commit details
    Browse the repository at this point in the history
  3. Revert "wip"

    This reverts commit e949da1.
    dagardner-nv committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    da1929c View commit details
    Browse the repository at this point in the history
  4. Add comment explaining

    dagardner-nv committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    2909695 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7394f23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f7500c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Test for MRC 362

    dagardner-nv committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    34c038f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8984754 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f2a553 View commit details
    Browse the repository at this point in the history
  4. Revert "Call PyGILState_Check first to see if we need to gil, borrowe…

    …d from MRC's PyObjectWrapper"
    
    This reverts commit 7394f23.
    dagardner-nv committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f061115 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Adopt patched pybind11

    dagardner-nv committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    33cf054 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5163bc9 View commit details
    Browse the repository at this point in the history
  3. Lint fixes

    dagardner-nv committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    60d20e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

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

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    5bd3ade View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07b284a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    8b95b65 View commit details
    Browse the repository at this point in the history
  2. Cleanups per pr feedback

    dagardner-nv committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    9bbc515 View commit details
    Browse the repository at this point in the history
  3. yapf formatting fixes

    dagardner-nv committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    e4f24ca View commit details
    Browse the repository at this point in the history