File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
.ci/docker/ci_commit_pins
runtime/core/portable_type/c10/c10/macros Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- 90f1e7bed15ca5e48c61c5b6dc5ad4810524f82f
1
+ ab43fe4bdf5ccd82897f0e982c451a0127bd175e
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def python_is_compatible():
71
71
#
72
72
# NOTE: If you're changing, make the corresponding change in .ci/docker/ci_commit_pins/pytorch.txt
73
73
# by picking the hash from the same date in https://hud.pytorch.org/hud/pytorch/pytorch/nightly/
74
- NIGHTLY_VERSION = "dev20250714 "
74
+ NIGHTLY_VERSION = "dev20250716 "
75
75
76
76
77
77
def install_requirements (use_pytorch_nightly ):
Original file line number Diff line number Diff line change 2
2
#define C10_MACROS_EXPORT_H_
3
3
4
4
#ifndef C10_USING_CUSTOM_GENERATED_MACROS
5
- #include <c10 /macros/cmake_macros.h>
5
+ #include <torch/headeronly /macros/cmake_macros.h>
6
6
#endif // C10_USING_CUSTOM_GENERATED_MACROS
7
7
8
8
#include <torch/headeronly/macros/Export.h>
Original file line number Diff line number Diff line change 19
19
// file.
20
20
21
21
#ifndef C10_USING_CUSTOM_GENERATED_MACROS
22
- #include < c10 /macros/cmake_macros.h>
22
+ #include < torch/headeronly /macros/cmake_macros.h>
23
23
#endif // C10_USING_CUSTOM_GENERATED_MACROS
24
24
25
25
#include < c10/macros/Export.h>
You can’t perform that action at this time.
0 commit comments