[nvfuser_upstream_push] Reland: nvfuser code base bump 060822#79406
[nvfuser_upstream_push] Reland: nvfuser code base bump 060822#79406jjsjann123 wants to merge 4 commits intopytorch:masterfrom
Conversation
…pytorch#79147)"" This reverts commit d28e9e1.
…: unused typedef 'transpose_axes' [-Werror,-Wunused-local-typedef]
🔗 Helpful links
❌ 1 New FailuresAs of commit 29e3328 (more details on the Dr. CI page): Expand to see more
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages
|
|
Failures in the link #79147 (comment) seems to be only complaining about an unused local typedef. clang-tidy is not running on benchmark files 😢 . cc'ing @davidberard98 , am I adding the torchbench tag properly? |
|
@jjsjann123 do you know if the lint was failing before the fix commit? I was thought the reason regarding torchbench - turns out that it doesn't work on PRs from forked repos. cc @xuzhao9 it looks like it's failing instead of not getting triggered, is that expected? |
|
@davidberard98 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
I don't think lint failed. I don't think clang-tidy goes through Also pretty strange how this didn't show up in my local build, clang should throw warning on this IIRC. I'm waiting on my build to double-check. |
|
I do see warning thrown by gcc (as well as clang) for unused typedef. It was my fault that I missed that, I only check for errors raised from Meanwhile, I think we can also afford to add |
|
@davidberard98 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
@davidberard98 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
1 similar comment
|
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Hey @jjsjann123. |
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
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: ``` 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#79406 Approved by: https://github.com/davidberard98
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: ``` 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#79406 Approved by: https://github.com/davidberard98
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:
RUN_TORCHBENCH: nvfuser