-
Notifications
You must be signed in to change notification settings - Fork 753
Use xplat/caffe2:ovrsource_aten_Config.h for arvr build modes #9462
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🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9462
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Unrelated FailureAs of commit c19ee0c with merge base 2c3fd71 ( NEW FAILURE - The following job has failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D71506180 |
|
This pull request was exported from Phabricator. Differential Revision: D71506180 |
Summary: Pull Request resolved: #9462 For arvr modes we should use `//xplat/caffe2:ovrsource_aten_Config.h` to get the ATen config headers as the `ovrsource` variants are what's used in arvr repos and using ``"//xplat/caffe2:ovrsource_aten_Config.h"` causes the ovrsource ones to get overwritten and hence results in build failures. Reviewed By: thejarlid Differential Revision: D71506180
0367632 to
85f22d0
Compare
|
This pull request was exported from Phabricator. Differential Revision: D71506180 |
Summary: Pull Request resolved: #9462 For arvr modes we should use `//xplat/caffe2:ovrsource_aten_Config.h` to get the ATen config headers as the `ovrsource` variants are what's used in arvr repos and using ``"//xplat/caffe2:ovrsource_aten_Config.h"` causes the ovrsource ones to get overwritten and hence results in build failures. Reviewed By: thejarlid Differential Revision: D71506180
85f22d0 to
cec0ce7
Compare
|
This pull request was exported from Phabricator. Differential Revision: D71506180 |
cec0ce7 to
6528cb9
Compare
Summary: Pull Request resolved: #9462 For arvr modes we should use `//xplat/caffe2:ovrsource_aten_Config.h` to get the ATen config headers as the `ovrsource` variants are what's used in arvr repos and using ``"//xplat/caffe2:ovrsource_aten_Config.h"` causes the ovrsource ones to get overwritten and hence results in build failures. Reviewed By: thejarlid Differential Revision: D71506180
Summary: For arvr modes we should use `//xplat/caffe2:ovrsource_aten_Config.h` to get the ATen config headers as the `ovrsource` variants are what's used in arvr repos and using ``"//xplat/caffe2:ovrsource_aten_Config.h"` causes the ovrsource ones to get overwritten and hence results in build failures. Reviewed By: thejarlid Differential Revision: D71506180
6528cb9 to
65f9d3f
Compare
Summary: For arvr modes we should use `//xplat/caffe2:ovrsource_aten_Config.h` to get the ATen config headers as the `ovrsource` variants are what's used in arvr repos and using ``"//xplat/caffe2:ovrsource_aten_Config.h"` causes the ovrsource ones to get overwritten and hence results in build failures. Reviewed By: thejarlid Differential Revision: D71506180
65f9d3f to
e8d5202
Compare
|
This pull request was exported from Phabricator. Differential Revision: D71506180 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D71506180 |
Summary: Pull Request resolved: #9462 For arvr modes we should use `//xplat/caffe2:ovrsource_aten_Config.h` to get the ATen config headers as the `ovrsource` variants are what's used in arvr repos and using ``"//xplat/caffe2:ovrsource_aten_Config.h"` causes the ovrsource ones to get overwritten and hence results in build failures. Reviewed By: thejarlid Differential Revision: D71506180
e8d5202 to
a255ae3
Compare
Summary: For arvr modes we should use `//xplat/caffe2:ovrsource_aten_Config.h` to get the ATen config headers as the `ovrsource` variants are what's used in arvr repos and using ``"//xplat/caffe2:ovrsource_aten_Config.h"` causes the ovrsource ones to get overwritten and hence results in build failures. Reviewed By: thejarlid Differential Revision: D71506180
a255ae3 to
6bdd0ca
Compare
|
This pull request was exported from Phabricator. Differential Revision: D71506180 |
| "//xplat/caffe2:generated_aten_config_header", | ||
| "//xplat/caffe2/c10:c10_headers", | ||
| ], | ||
| ] + ["//xplat/caffe2:ovrsource_aten_Config.h" if is_arvr_mode() else "//xplat/caffe2:generated_aten_config_header",], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we also need to cover line 63 above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't be needed as arvr only uses xplat_exported_deps and not fbcode_exported_deps
Summary: For arvr modes we should use `//xplat/caffe2:ovrsource_aten_Config.h` to get the ATen config headers as the `ovrsource` variants are what's used in arvr repos and using ``"//xplat/caffe2:ovrsource_aten_Config.h"` causes the ovrsource ones to get overwritten and hence results in build failures. Reviewed By: thejarlid Differential Revision: D71506180
6bdd0ca to
3ce0b8d
Compare
|
This pull request was exported from Phabricator. Differential Revision: D71506180 |
Summary: For arvr modes we should use `//xplat/caffe2:ovrsource_aten_Config.h` to get the ATen config headers as the `ovrsource` variants are what's used in arvr repos and using ``"//xplat/caffe2:ovrsource_aten_Config.h"` causes the ovrsource ones to get overwritten and hence results in build failures. Reviewed By: thejarlid Differential Revision: D71506180
3ce0b8d to
eaf19a3
Compare
|
This pull request was exported from Phabricator. Differential Revision: D71506180 |
Summary: For arvr modes we should use `//xplat/caffe2:ovrsource_aten_Config.h` to get the ATen config headers as the `ovrsource` variants are what's used in arvr repos and using ``"//xplat/caffe2:ovrsource_aten_Config.h"` causes the ovrsource ones to get overwritten and hence results in build failures. Reviewed By: thejarlid Differential Revision: D71506180
eaf19a3 to
f39089d
Compare
|
This pull request was exported from Phabricator. Differential Revision: D71506180 |
Summary: For arvr modes we should use `//xplat/caffe2:ovrsource_aten_Config.h` to get the ATen config headers as the `ovrsource` variants are what's used in arvr repos and using ``"//xplat/caffe2:ovrsource_aten_Config.h"` causes the ovrsource ones to get overwritten and hence results in build failures. Reviewed By: thejarlid Differential Revision: D71506180
f39089d to
c19ee0c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D71506180 |
Differential Revision: D71506180 Pull Request resolved: pytorch#9462
Summary: For arvr modes we should use
//xplat/caffe2:ovrsource_aten_Config.hto get the ATen config headers as theovrsourcevariants are what's used in arvr repos and using ``"//xplat/caffe2:ovrsource_aten_Config.h"` causes the ovrsource ones to get overwritten and hence results in build failures.Differential Revision: D71506180