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

opcheck should be usable without optional dependencies #127292

Closed
wants to merge 5 commits into from

Commits on May 28, 2024

  1. opcheck should be usable without optional dependencies

    This PR excises opcheck's dependency on
    torch.testing._internal.common_utils, (which comes with dependencies on
    expecttest and hypothesis). We do this by moving what we need to
    torch.testing._utils and adding a test for it.
    
    Fixes #126870, #126871
    
    Test Plan:
    - new tests
    
    [ghstack-poisoned]
    zou3519 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4cc2d75 View commit details
    Browse the repository at this point in the history
  2. Update on "opcheck should be usable without optional dependencies"

    This PR excises opcheck's dependency on
    torch.testing._internal.common_utils, (which comes with dependencies on
    expecttest and hypothesis). We do this by moving what we need to
    torch.testing._utils and adding a test for it.
    
    Fixes #126870, #126871
    
    Test Plan:
    - new tests
    
    [ghstack-poisoned]
    zou3519 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    aec3eaf View commit details
    Browse the repository at this point in the history
  3. Update on "opcheck should be usable without optional dependencies"

    This PR excises opcheck's dependency on
    torch.testing._internal.common_utils, (which comes with dependencies on
    expecttest and hypothesis). We do this by moving what we need to
    torch.testing._utils and adding a test for it.
    
    Fixes #126870, #126871
    
    Test Plan:
    - new tests
    
    [ghstack-poisoned]
    zou3519 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    cbf4452 View commit details
    Browse the repository at this point in the history
  4. Update on "opcheck should be usable without optional dependencies"

    This PR excises opcheck's dependency on
    torch.testing._internal.common_utils, (which comes with dependencies on
    expecttest and hypothesis). We do this by moving what we need to
    torch.testing._utils and adding a test for it.
    
    Fixes #126870, #126871
    
    Test Plan:
    - new tests
    
    [ghstack-poisoned]
    zou3519 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0429b0c View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Update on "opcheck should be usable without optional dependencies"

    This PR excises opcheck's dependency on
    torch.testing._internal.common_utils, (which comes with dependencies on
    expecttest and hypothesis). We do this by moving what we need to
    torch.testing._utils and adding a test for it.
    
    Fixes #126870, #126871
    
    Test Plan:
    - new tests
    
    [ghstack-poisoned]
    zou3519 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    fface8a View commit details
    Browse the repository at this point in the history