Skip to content

Update PyTorch pin and remove part of the local patch for pytorch #3413

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

Merged
merged 3 commits into from
Feb 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pins/pytorch.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8326d2709325c4c7d56f30bae9a3c9ecaafc52d3
4bacd13c92d4beb6276beefcd535f9271ed41547
12 changes: 0 additions & 12 deletions scripts/pytorch.patch
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,3 @@ index b5fb183bef5..864854261ec 100644
call_args_str = self.generate_args_decl(
call_args, arg_types, arg_signatures
)
diff --git a/aten/src/ATen/native/DispatchStub.cpp b/aten/src/ATen/native/DispatchStub.cpp
index db0f0f1081b..1be4ec37dfe 100644
--- a/aten/src/ATen/native/DispatchStub.cpp
+++ b/aten/src/ATen/native/DispatchStub.cpp
@@ -8,6 +8,7 @@
#if !defined(__s390x__) && !defined(__powerpc__)
#include <cpuinfo.h>
#endif
+#include <algorithm>
#include <cstdlib>
#include <cstring>

Loading