[nvfuser_upstream_push] nvfuser code base bump 060822#79147
[nvfuser_upstream_push] nvfuser code base bump 060822#79147jjsjann123 wants to merge 3 commits intopytorch:masterfrom
Conversation
…sarofeen/pytorch/ Squashed commits to WAR github API Commits that's actually in this PR from the devel branch: 4c60e7d Add examples infrastructure for using nvFuser in a standalone program (pytorch#1725) 02a05d9 Fix issue pytorch#1751 (pytorch#1753) 8a69aa3 Refactor NvFuser transpose API to match eager mode behavior (pytorch#1746) ffdf6b7 Remove BroadcastWithoutStride. (pytorch#1738) 02bab16 Fix flipping of a boolean flag (pytorch#1745) 465d668 cleanup (pytorch#1744) 26d354e fixing noncontig broadcast (pytorch#1742) 856b6b2 Add IterDomainBuilder (pytorch#1736) 1fd974f fixing warning for gcc7 (pytorch#1732) de2740a disabling complex in python tests for pytorch#1730 (pytorch#1733) fbbbe0a fixing MSVC build (pytorch#1728) b5feee5 Fix the fused reduction runtime kernel (pytorch#1729) 5247682 Re-entrant GroupedGridReduction (pytorch#1727)
🔗 Helpful links
✅ No Failures (0 Pending)As of commit 69699f4 (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
cc'ing @csarofeen for a stamp |
|
We have recently simplified the CIFlow labels and
|
|
CI looks happy now~ cc'ing @davidberard98 so we can import it to go through internal CI. |
|
@davidberard98 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
davidberard98
left a comment
There was a problem hiding this comment.
LGTM! I'll plan on landing internally tomorrow morning.
|
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Hey @jjsjann123. |
Summary: Syncing nvfuser devel branch to upstream master. https://github.com/csarofeen/pytorch/ Bug fixes and minor refactor Squashed commits to WAR github API Commits that's actually in this PR from the devel branch: ``` 4c60e7d Add examples infrastructure for using nvFuser in a standalone program (#1725) 02a05d9 Fix issue #1751 (#1753) 8a69aa3 Refactor NvFuser transpose API to match eager mode behavior (#1746) ffdf6b7 Remove BroadcastWithoutStride. (#1738) 02bab16 Fix flipping of a boolean flag (#1745) 465d668 cleanup (#1744) 26d354e fixing noncontig broadcast (#1742) 856b6b2 Add IterDomainBuilder (#1736) 1fd974f fixing warning for gcc7 (#1732) de2740a disabling complex in python tests for #1730 (#1733) fbbbe0a fixing MSVC build (#1728) b5feee5 Fix the fused reduction runtime kernel (#1729) 5247682 Re-entrant GroupedGridReduction (#1727) ``` Pull Request resolved: #79147 Reviewed By: zou3519 Differential Revision: D37038192 Pulled By: davidberard98 fbshipit-source-id: 330f46ee21eef5c2de7e178290f2962aa030393e
|
@pytorchbot revert -m "Broke 11.3 builds on trunk https://hud.pytorch.org/pytorch/pytorch/commit/49c41b87a28848655d7fe8168e9a717d53508609" -c landrace |
|
@pytorchbot successfully started a revert job. Check the current status here |
This reverts commit 49c41b8. Reverted #79147 on behalf of https://github.com/janeyx99 due to Broke 11.3 builds on trunk https://hud.pytorch.org/pytorch/pytorch/commit/49c41b87a28848655d7fe8168e9a717d53508609
…pytorch#79147)"" This reverts commit d28e9e1.
Summary: This reverts commit 49c41b8. Reverted #79147 on behalf of https://github.com/janeyx99 due to Broke 11.3 builds on trunk https://hud.pytorch.org/pytorch/pytorch/commit/49c41b87a28848655d7fe8168e9a717d53508609 Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/d28e9e145b917bf85db479d2e811f8177a8564ea Reviewed By: osalpekar Differential Revision: D37089131 Pulled By: osalpekar fbshipit-source-id: 104d151fda687e3bfc6e2e132ef2ec7d4ad6e526
Landing reverted PR #79147. Syncing nvfuser devel branch to upstream master. https://github.com/csarofeen/pytorch/ Bug fixes and minor refactor Squashed commits to WAR github API Commits that's actually in this PR from the devel branch: ``` 4c60e7d Add examples infrastructure for using nvFuser in a standalone program (#1725) 02a05d9 Fix issue #1751 (#1753) 8a69aa3 Refactor NvFuser transpose API to match eager mode behavior (#1746) ffdf6b7 Remove BroadcastWithoutStride. (#1738) 02bab16 Fix flipping of a boolean flag (#1745) 465d668 cleanup (#1744) 26d354e fixing noncontig broadcast (#1742) 856b6b2 Add IterDomainBuilder (#1736) 1fd974f fixing warning for gcc7 (#1732) de2740a disabling complex in python tests for #1730 (#1733) fbbbe0a fixing MSVC build (#1728) b5feee5 Fix the fused reduction runtime kernel (#1729) 5247682 Re-entrant GroupedGridReduction (#1727) ``` RUN_TORCHBENCH: nvfuser Pull Request resolved: #79406 Approved by: https://github.com/davidberard98
Summary: Landing reverted PR #79147. Syncing nvfuser devel branch to upstream master. https://github.com/csarofeen/pytorch/ Bug fixes and minor refactor Squashed commits to WAR github API Commits that's actually in this PR from the devel branch: ``` 4c60e7d Add examples infrastructure for using nvFuser in a standalone program (#1725) 02a05d9 Fix issue #1751 (#1753) 8a69aa3 Refactor NvFuser transpose API to match eager mode behavior (#1746) ffdf6b7 Remove BroadcastWithoutStride. (#1738) 02bab16 Fix flipping of a boolean flag (#1745) 465d668 cleanup (#1744) 26d354e fixing noncontig broadcast (#1742) 856b6b2 Add IterDomainBuilder (#1736) 1fd974f fixing warning for gcc7 (#1732) de2740a disabling complex in python tests for #1730 (#1733) fbbbe0a fixing MSVC build (#1728) b5feee5 Fix the fused reduction runtime kernel (#1729) 5247682 Re-entrant GroupedGridReduction (#1727) ``` RUN_TORCHBENCH: nvfuser Pull Request resolved: #79406 Reviewed By: anjali411 Differential Revision: D37109147 Pulled By: davidberard98 fbshipit-source-id: 14209be028a3338be112cc83ffe77e631f802891
Syncing nvfuser devel branch to upstream master. https://github.com/csarofeen/pytorch/ Bug fixes and minor refactor Squashed commits to WAR github API Commits that's actually in this PR from the devel branch: ``` 4c60e7dff22a494632370e5df55c011007340d06 Add examples infrastructure for using nvFuser in a standalone program (#1725) 02a05d98334ffa580d73ccb28fdb8c577ad296fe Fix issue #1751 (#1753) 8a69aa320bd7629e1709fe5ceb7104d2c88ec84c Refactor NvFuser transpose API to match eager mode behavior (#1746) ffdf6b7709048170d768217fcd7083fc8387f932 Remove BroadcastWithoutStride. (#1738) 02bab16035e70734450c02124f5cdaa95cf5749d Fix flipping of a boolean flag (#1745) 465d66890c8242e811224359cbdb1c2915490741 cleanup (#1744) 26d354e68720bc7dd2d3b1338ac01b707a230b6a fixing noncontig broadcast (#1742) 856b6b2f9073662dd98ca22ba6c3540e20eb1cdd Add IterDomainBuilder (#1736) 1fd974f912cd4c1e21cbd16e2abb23598d66a02f fixing warning for gcc7 (#1732) de2740a43a869f8272c2648e091d7b8235097db9 disabling complex in python tests for #1730 (#1733) fbbbe0a2e7c7a63e0e2719b8bfccb759b714221a fixing MSVC build (#1728) b5feee5e2b28be688dbddc766f3c0220389c8175 Fix the fused reduction runtime kernel (#1729) 5247682dff5980bb66edf8d3aac25dea2ef2ced5 Re-entrant GroupedGridReduction (#1727) ``` RUN_TORCHBENCH: nvfuser Pull Request resolved: pytorch/pytorch#79147 Approved by: https://github.com/davidberard98
This reverts commit 47dc116. Reverted pytorch/pytorch#79147 on behalf of https://github.com/janeyx99 due to Broke 11.3 builds on trunk https://hud.pytorch.org/pytorch/pytorch/commit/47dc1169b1ffca602f2a70327374d1101170f5ba
Syncing nvfuser devel branch to upstream master. https://github.com/csarofeen/pytorch/ Bug fixes and minor refactor Squashed commits to WAR github API Commits that's actually in this PR from the devel branch: ``` 69f4281 Add examples infrastructure for using nvFuser in a standalone program (#1725) 50c2598 Fix issue #1751 (#1753) 1b621de Refactor NvFuser transpose API to match eager mode behavior (#1746) fdd555a Remove BroadcastWithoutStride. (#1738) 4d5f584 Fix flipping of a boolean flag (#1745) 6e6adfe cleanup (#1744) 68d153f fixing noncontig broadcast (#1742) 7336f20 Add IterDomainBuilder (#1736) 5b3e862 fixing warning for gcc7 (#1732) de2740a43a869f8272c2648e091d7b8235097db9 disabling complex in python tests for #1730 (#1733) 8837c5d fixing MSVC build (#1728) 6b0f2f2 Fix the fused reduction runtime kernel (#1729) c174176 Re-entrant GroupedGridReduction (#1727) ``` RUN_TORCHBENCH: nvfuser Pull Request resolved: pytorch/pytorch#79147 Approved by: https://github.com/davidberard98
This reverts commit e76ef6c. Reverted pytorch/pytorch#79147 on behalf of https://github.com/janeyx99 due to Broke 11.3 builds on trunk https://hud.pytorch.org/pytorch/pytorch/commit/e76ef6c837ef9fb2fb33a903baa5349f890796dc
Syncing nvfuser devel branch to upstream master. https://github.com/csarofeen/pytorch/
Bug fixes and minor refactor
Squashed commits to WAR github API
Commits that's actually in this PR from the devel branch:
RUN_TORCHBENCH: nvfuser