Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 08244e4

Browse filesBrowse files
yushangdifacebook-github-bot
authored andcommitted
[nativert] Move Pytree (pytorch#155136)
Summary: Pull Request resolved: pytorch#155136 fbcode/sigmoid/core/common -> fbcode/caffe2/torch/nativert/common Test Plan: ``` buck run fbcode//mode/dev-nosan //caffe2/test/cpp/nativert:pytree_test ``` OSS CI Differential Revision: D75965059
1 parent 9567168 commit 08244e4
Copy full SHA for 08244e4

File tree

Expand file treeCollapse file tree

5 files changed

+1795
-0
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+1795
-0
lines changed

‎build_variables.bzl

Copy file name to clipboardExpand all lines: build_variables.bzl
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ libtorch_nativert_sources = [
597597
"torch/nativert/executor/Placement.cpp",
598598
"torch/nativert/executor/PlacementUtils.cpp",
599599
"torch/nativert/common/FileUtil.cpp",
600+
"torch/nativert/common/Pytree.cpp",
600601
]
601602

602603
torch_mobile_tracer_sources = [

‎test/cpp/nativert/CMakeLists.txt

Copy file name to clipboardExpand all lines: test/cpp/nativert/CMakeLists.txt
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ set(NATIVERT_TEST_SRCS
1010
${TORCH_ROOT}/torch/nativert/graph/GraphSignature.cpp
1111
${TORCH_ROOT}/torch/nativert/executor/PlacementUtils.cpp
1212
${TORCH_ROOT}/torch/nativert/common/FileUtil.cpp
13+
${TORCH_ROOT}/torch/nativert/common/Pytree.cpp
1314
)
1415

1516
add_executable(test_nativert

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.