-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[5] move XNNPACK to shared BUCK build #80209
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
Conversation
🔗 Helpful links
✅ No Failures (0 Pending)As of commit 42276c3 (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. |
|
This pull request was exported from Phabricator. Differential Revision: D37407609 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D37407609 |
55b9ff3 to
122a807
Compare
122a807 to
3ab9943
Compare
|
This pull request was exported from Phabricator. Differential Revision: D37407609 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D37407609 |
Summary: Pull Request resolved: pytorch#80209 Reland D36529332 (pytorch@b8b46f9) with shared buck build structure. Test Plan: buck build //xplat/third-party/XNNPACK:XNNPACK Sandcastle Github CI Differential Revision: D37407609 fbshipit-source-id: 85ba2512f61eaa1f61b9e024baab80fd6bbd6d42
3ab9943 to
b8afb52
Compare
Summary: Pull Request resolved: pytorch#80209 Reland D36529332 (pytorch@b8b46f9) with shared buck build structure. The internal BUCK targets are copied from https://www.internalfb.com/code/fbsource/[ffb2d18962ba681caf95244335412b1b8458d3e6]/xplat/third-party/XNNPACK/BUCK and they should work exactly the same as before. = Files used by internal BUCK build (//xplat/third-party/XNNPACK:XNNPACK) fbsource/xplat/third-party/XNNPACK/BUCK fbsource/xplat/third-party/XNNPACK/XNNPACK/ (source files) fbsource/xplat/third-party/XNNPACK/xnnpack_wrappers (wrappers) fbsource/xplat/caffe2/third_party/xnnpack.buck.bzl fbsource/xplat/caffe2/third_party/xnnpack_src_defs.bzl fbsource/xplat/caffe2/third_party/xnnpack_wrapper_defs.bzl = Files used by OSS BUCK build (//third_party:XNNPACK in OSS repo) pytorch/third_party/BUCK.oss pytorch/third_party/XNNPACK/ (source files as submodule) pytorch/third_party/xnnpack_wrappers (wrappers, generated on the fly) pytorch/third_party/xnnpack.buck.bzl pytorch/third_party/xnnpack_src_defs.bzl pytorch/third_party/xnnpack_wrapper_defs.bzl Test Plan: buck build //xplat/third-party/XNNPACK:XNNPACK Sandcastle Github CI Reviewed By: kimishpatel Differential Revision: D37407609 fbshipit-source-id: 988895b20e19b52ef32a52a604aaad80bc7b9f67
|
This pull request was exported from Phabricator. Differential Revision: D37407609 |
b8afb52 to
42276c3
Compare
|
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
@linbinyu your PR has been successfully merged. |
|
Hey @linbinyu. |
Summary: Pull Request resolved: #80209 Reland D36529332 (b8b46f9) with shared buck build structure. The internal BUCK targets are copied from https://www.internalfb.com/code/fbsource/[ffb2d18962ba681caf95244335412b1b8458d3e6]/xplat/third-party/XNNPACK/BUCK and they should work exactly the same as before. = Files used by internal BUCK build (//xplat/third-party/XNNPACK:XNNPACK) fbsource/xplat/third-party/XNNPACK/BUCK fbsource/xplat/third-party/XNNPACK/XNNPACK/ (source files) fbsource/xplat/third-party/XNNPACK/xnnpack_wrappers (wrappers) fbsource/xplat/caffe2/third_party/xnnpack.buck.bzl fbsource/xplat/caffe2/third_party/xnnpack_src_defs.bzl fbsource/xplat/caffe2/third_party/xnnpack_wrapper_defs.bzl = Files used by OSS BUCK build (//third_party:XNNPACK in OSS repo) pytorch/third_party/BUCK.oss pytorch/third_party/XNNPACK/ (source files as submodule) pytorch/third_party/xnnpack_wrappers (wrappers, generated on the fly) pytorch/third_party/xnnpack.buck.bzl pytorch/third_party/xnnpack_src_defs.bzl pytorch/third_party/xnnpack_wrapper_defs.bzl Test Plan: buck build //xplat/third-party/XNNPACK:XNNPACK Sandcastle Github CI Reviewed By: kimishpatel Differential Revision: D37407609 fbshipit-source-id: f491cd36dd382c7743a1f94b8bae67da5972572d
Summary: Reland D36529332 (b8b46f9) with shared buck build structure.
Test Plan:
buck build //xplat/third-party/XNNPACK:XNNPACK
Sandcastle
Differential Revision: D37407609