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

Test torch.onnx.export(..., dynamo=True) #1708

Merged
merged 42 commits into from
Jul 2, 2024
Merged

Commits on Jun 25, 2024

  1. Test torch.onnx.export(..., dynama=True)

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6734db4 View commit details
    Browse the repository at this point in the history
  2. better reporting

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e251ac7 View commit details
    Browse the repository at this point in the history
  3. fix issues

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c2eec24 View commit details
    Browse the repository at this point in the history
  4. fix ut

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e1496f5 View commit details
    Browse the repository at this point in the history
  5. disable again

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    52f579f View commit details
    Browse the repository at this point in the history
  6. changes

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e72bb48 View commit details
    Browse the repository at this point in the history
  7. series

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    87275e9 View commit details
    Browse the repository at this point in the history
  8. syntax

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e894722 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. improve import

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    308440c View commit details
    Browse the repository at this point in the history
  2. cwd

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bd349dc View commit details
    Browse the repository at this point in the history
  3. ruff

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    854b425 View commit details
    Browse the repository at this point in the history
  4. another change

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    0a8ace8 View commit details
    Browse the repository at this point in the history
  5. improve

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    16b669e View commit details
    Browse the repository at this point in the history
  6. better error

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3dcf4e9 View commit details
    Browse the repository at this point in the history
  7. fix lint

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b931e3f View commit details
    Browse the repository at this point in the history
  8. another try

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e07384b View commit details
    Browse the repository at this point in the history
  9. again

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d04099f View commit details
    Browse the repository at this point in the history
  10. fix issue

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ac25ae7 View commit details
    Browse the repository at this point in the history
  11. disable all test on windows

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bc86221 View commit details
    Browse the repository at this point in the history
  12. fix encoding

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c983bfa View commit details
    Browse the repository at this point in the history
  13. try

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    93b8aee View commit details
    Browse the repository at this point in the history
  14. fix package name

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    52692c7 View commit details
    Browse the repository at this point in the history
  15. fix a few things

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    cfefcac View commit details
    Browse the repository at this point in the history
  16. disable

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4f4cff1 View commit details
    Browse the repository at this point in the history
  17. rename

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d5920fe View commit details
    Browse the repository at this point in the history
  18. remove unnecessary code

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5d6621d View commit details
    Browse the repository at this point in the history
  19. win

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9ee3e08 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. disable more test on windows

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ae302b1 View commit details
    Browse the repository at this point in the history
  2. misspelling

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e1b3902 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. remove 3.8, support is ending this year

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    96754bb View commit details
    Browse the repository at this point in the history
  2. remove unnecessary code

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    868d679 View commit details
    Browse the repository at this point in the history
  3. disable test

    xadupre committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d0b48f2 View commit details
    Browse the repository at this point in the history
  4. check 4.42

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    36bb03a View commit details
    Browse the repository at this point in the history
  5. disable one more tests

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    dd75ed7 View commit details
    Browse the repository at this point in the history
  6. lint

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    980bb85 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    69c49e0 View commit details
    Browse the repository at this point in the history
  2. refactoring

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9d86553 View commit details
    Browse the repository at this point in the history
  3. nox

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    71101de View commit details
    Browse the repository at this point in the history
  4. fixes lint

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b69190b View commit details
    Browse the repository at this point in the history
  5. transformers

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    75822d4 View commit details
    Browse the repository at this point in the history
  6. lint

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b0e86c5 View commit details
    Browse the repository at this point in the history
  7. lint

    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    81a1424 View commit details
    Browse the repository at this point in the history