Conversation
💊 CI failures summary and remediationsAs of commit 87635b4 (more details on the Dr. CI page):
ci.pytorch.org: 1 failedThis comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
|
e858b7f to
ba197ee
Compare
ba197ee to
5d2639f
Compare
|
@glaringlee you reviewed the port on this code, can you review this PR too? |
|
@ailzhang This breaks the xla build due to signature change in sorting functions. Can you advise? |
|
@nikitaved Here is a quick link to the compatibility check error log. |
|
@glaringlee I will draft a pr to pt/xla to address the upstream signature change |
This is what we current do for argsort. |
|
@nikitaved Line 6706 in 20a3882 |
|
@nikitaved Can you please rebase the code to resolve the conflict in check_backwrard_compatibility.py? |
@glaringlee you can land this one first, I will merge the xla one once this is merged |
…mmon_methods_invocations.py
…taved/stable_sort_CPU_take_2
…taved/stable_sort_CPU_take_2
…taved/stable_sort_CPU_take_2
…taved/stable_sort_CPU_take_2
…taved/stable_sort_CPU_take_2
…taved/stable_sort_CPU_take_2
Summary: Fixes pytorch#38681. A duplicate of pytorch#50052 created to become importable to the fb internal tests. Pull Request resolved: pytorch#51790 Reviewed By: agolynski Differential Revision: D26279045 Pulled By: glaringlee fbshipit-source-id: 348e171dee9c370a76002b65d0c82c329f57a421
|
Completed in gh-51790, closing. |
Summary: Fixes pytorch#38681. A duplicate of pytorch#50052 created to become importable to the fb internal tests. Pull Request resolved: pytorch#51790 Reviewed By: agolynski Differential Revision: D26279045 Pulled By: glaringlee fbshipit-source-id: 348e171dee9c370a76002b65d0c82c329f57a421
Summary: Fixes pytorch#38681. A duplicate of pytorch#50052 created to become importable to the fb internal tests. Pull Request resolved: pytorch#51790 Reviewed By: agolynski Differential Revision: D26279045 Pulled By: glaringlee fbshipit-source-id: 348e171dee9c370a76002b65d0c82c329f57a421
Summary: Fixes [https://github.com/pytorch/pytorch/issues/38681](https://github.com/pytorch/pytorch/issues/38681) for the CPU. Pull Request resolved: pytorch#50052 Reviewed By: mrshenli Differential Revision: D25900823 Pulled By: glaringlee fbshipit-source-id: 1a3fa336037d0aa2344d79f46dcacfd478a353d1
Summary: This reverts commit 4d82d19. Pull Request resolved: pytorch#50752 Reviewed By: zou3519 Differential Revision: D25958146 Pulled By: glaringlee fbshipit-source-id: f4068d038f9bd337bac8b673eaeb46a4646f6c77
Summary: Fixes pytorch#38681. A duplicate of pytorch#50052 created to become importable to the fb internal tests. Pull Request resolved: pytorch#51790 Reviewed By: agolynski Differential Revision: D26279045 Pulled By: glaringlee fbshipit-source-id: 348e171dee9c370a76002b65d0c82c329f57a421
Fixes #38681 for the CPU.