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

Support PyTorch 2.3.0 #1467

Merged
merged 15 commits into from
Jun 5, 2024
Merged

Support PyTorch 2.3.0 #1467

merged 15 commits into from
Jun 5, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 30, 2024

Run tests on latest PyTorch release
Issue/s resolved: #1466
TODO:

Copy link

codecov bot commented May 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.76%. Comparing base (c8a8de5) to head (8dc87a5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1467      +/-   ##
==========================================
+ Coverage   91.70%   91.76%   +0.05%     
==========================================
  Files          80       80              
  Lines       11656    11640      -16     
==========================================
- Hits        10689    10681       -8     
+ Misses        967      959       -8     
Flag Coverage Δ
unit 91.76% <100.00%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ClaudiaComito
Copy link
Contributor

Test failure probably related to pytorch/pytorch#118579

More debugging needed.

@ClaudiaComito
Copy link
Contributor

I can reproduce the torch.broadcast_shapes error on CPU (osx-arm64). More debugging needed.

@ClaudiaComito ClaudiaComito removed their request for review June 3, 2024 07:49
@mtar mtar marked this pull request as ready for review June 5, 2024 07:49
@mtar mtar merged commit ee0d72a into main Jun 5, 2024
10 checks passed
Copy link
Contributor Author

github-actions bot commented Jun 5, 2024

Git push to origin failed for release/1.4.x with exitcode 1

mtar pushed a commit that referenced this pull request Jun 5, 2024
* Support latest PyTorch release

* Update ci.yaml

* pytorch: add v2.2, drop v1.11

* fix type bug

* delete legacy code

* ci: explicit version numbers

---------

Co-authored-by: ClaudiaComito <39374113+ClaudiaComito@users.noreply.github.com>
Co-authored-by: Michael Tarnawa <m.tarnawa@fz-juelich.de>
(cherry picked from commit ee0d72a)
@mtar mtar mentioned this pull request Jun 5, 2024
4 tasks
ClaudiaComito pushed a commit that referenced this pull request Jun 5, 2024
* Support latest PyTorch release

* Update ci.yaml

* pytorch: add v2.2, drop v1.11

* fix type bug

* delete legacy code

* ci: explicit version numbers

---------

Co-authored-by: ClaudiaComito <39374113+ClaudiaComito@users.noreply.github.com>
Co-authored-by: Michael Tarnawa <m.tarnawa@fz-juelich.de>
(cherry picked from commit ee0d72a)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot deleted the support/new-pytorch-main branch June 10, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support new PyTorch release
2 participants