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

feat: C++ runtime on Windows #2806

Merged
merged 31 commits into from
Jun 13, 2024
Merged

Commits on Jun 12, 2024

  1. feat: C++ runtime on Windows

    HolyWu committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5bcca38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6de545 View commit details
    Browse the repository at this point in the history
  3. Update vc_env_helper.bat

    HolyWu committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    63c7e76 View commit details
    Browse the repository at this point in the history
  4. Add wheel-build-params

    HolyWu committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    822265a View commit details
    Browse the repository at this point in the history
  5. Migrate to G5 instance in test

    HolyWu committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0ef76e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b6f806 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e238acf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    69bdbab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f239353 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ac8a92b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ed8afa8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bbb3dab View commit details
    Browse the repository at this point in the history
  13. Add -o option to unzip

    HolyWu committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9729183 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    786fbc9 View commit details
    Browse the repository at this point in the history
  15. Add test_dyn_models

    Was added in pytorch#2750
    HolyWu committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    411a223 View commit details
    Browse the repository at this point in the history
  16. Use requirements.txt in tests

    HolyWu committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    087b5cd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d1497e6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    339d3e9 View commit details
    Browse the repository at this point in the history
  19. Simply use TensorRT cuda 12.4 for building

    Linux workflow also does this way so the cuda version of TensorRT doesn't necessarily have to match up PyTorch's cuda version.
    HolyWu committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3fb0b1e View commit details
    Browse the repository at this point in the history
  20. Add trt-bindings and trt-libs to requirements

    They don't always get installed automatically on CI and hence lead to "Can not find nvinfer" error.
    HolyWu committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0e43822 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    60500c5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ac07bb1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c2a80c1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    07c0ac9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d522edf View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    aa31125 View commit details
    Browse the repository at this point in the history
  27. Fix potential torchvision error due to dependency conflict

    Installing torchvision with legacy resolver could cause the installed version of torch conflict with the required version from torchvision, leading to errors like `RuntimeError: operator torchvision::nms does not exist` or `AttributeError: partially initialized module 'torchvision' has no attribute 'extension'`
    HolyWu committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6e876b8 View commit details
    Browse the repository at this point in the history
  28. Address review comment

    HolyWu committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    19e2eed View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6ceda35 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    11d0293 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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