8000 move aten_core_headers to common build structure by dagitses · Pull Request #78093 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

move aten_core_headers to common build structure #78093

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

Closed
wants to merge 21 commits into from

Conversation

Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor
facebook-github-bot commented May 23, 2022

🔗 Helpful links

❌ 1 New Failures

As of commit 0d77ea5 (more details on the Dr. CI page):

Expand to see more
  • 1/1 failures introduced in this PR

🕵️ 1 new failure recognized by patterns

The following CI failures do not appear to be due to upstream breakages

See GitHub Actions build pull / linux-xenial-cuda11.3-py3.7-gcc7-bazel-test / build-and-test (1/1)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

2022-07-12T17:02:47.2172918Z �[0m�[1m�[31mERROR...c1plus: some warnings being treated as errors\n" }
2022-07-12T17:02:47.1121665Z �[32mINFO: �[0mElapsed time: 128.638s, Critical Path: 40.32s
2022-07-12T17:02:47.1123162Z �[32mINFO: �[0m1838 processes: 862 internal, 1 local, 975 processwrapper-sandbox.
2022-07-12T17:02:47.1126963Z �[31m�[1mFAILED:�[0m Build did NOT complete successfully
2022-07-12T17:02:47.1165243Z �[31m�[1mFAILED:�[0m Build did NOT complete successfully
2022-07-12T17:02:47.1430927Z �[0m+ sccache_epilogue
2022-07-12T17:02:47.1441665Z + echo '::group::Sccache Compilation Log'
2022-07-12T17:02:47.1447188Z ##[group]Sccache Compilation Log
2022-07-12T17:02:47.1452783Z + echo '=================== sccache compilation log ==================='
2022-07-12T17:02:47.1457804Z =================== sccache compilation log ===================
2022-07-12T17:02:47.1463081Z + python /var/lib/jenkins/workspace/.jenkins/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log
2022-07-12T17:02:47.2172918Z �[0m�[1m�[31mERROR�[0m 2022-07-12T17:02:46Z: sccache::server: Compilation failed: Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "In file included from bazel-out/k8-fastbuild/bin/_virtual_includes/aten_headers/ATen/cpu/vec/vec256/vec256.h:8:0,\n                 from bazel-out/k8-fastbuild/bin/_virtual_includes/aten_headers/ATen/cpu/vec/vec.h:6,\n                 from bazel-out/k8-fastbuild/bin/_virtual_includes/aten_headers/ATen/cpu/vec/functional_base.h:6,\n                 from bazel-out/k8-fastbuild/bin/_virtual_includes/aten_headers/ATen/cpu/vec/functional.h:3,\n                 from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp:13:\nbazel-out/k8-fastbuild/bin/_virtual_includes/aten_headers/ATen/cpu/vec/vec_base.h:974:0: warning: ignoring #pragma unroll  [-Wunknown-pragmas]\n # pragma unroll\n \nIn file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp:19:0:\nbazel-out/k8-fastbuild/bin/_virtual_includes/aten_headers/ATen/OpMathType.h:33:17: error: \'c10::ScalarType at::{anonymous}::toOpMathType(c10::ScalarType)\' defined but not used [-Werror=unused-function]\n c10::ScalarType toOpMathType(const c10::ScalarType type) {\n                 ^~~~~~~~~~~~\ncc1plus: some warnings being treated as errors\n" }
2022-07-12T17:02:47.2175341Z 
2022-07-12T17:02:47.2200325Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ==========='
2022-07-12T17:02:47.2200922Z =========== If your build fails, please take a look at the log above for possible reasons ===========
2022-07-12T17:02:47.2201565Z + sccache --show-stats
2022-07-12T17:02:47.2585254Z Compile requests                    853
2022-07-12T17:02:47.2585923Z Compile requests executed           840
2022-07-12T17:02:47.2586261Z Cache hits                          808
2022-07-12T17:02:47.2586752Z Cache hits (C/C++)                  808
2022-07-12T17:02:47.2587070Z Cache misses                         17
2022-07-12T17:02:47.2587533Z Cache misses (C/C++)                 17

This comment was automatically generated by Dr. CI (expand for details).

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
Michael Andreas Dagitses added 2 commits May 23, 2022 09:59
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
Michael Andreas Dagitses added 6 commits May 23, 2022 10:36
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
Michael Andreas Dagitses added 2 commits June 2, 2022 13:23
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
Michael Andreas Dagitses added 6 commits June 20, 2022 08:09
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
@dagitses dagitses mentioned this pull request Jul 6, 2022
Michael Andreas Dagitses added 2 commits July 8, 2022 07:25
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/)

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)!

[ghstack-poisoned]
@github-actions
Copy link
Contributor

Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as Stale.
Feel free to remove the Stale label if you feel this was a mistake.
If you are unable to remove the Stale label please contact a maintainer in order to do so.
If you want the bot to never mark this PR stale again, add the no-stale label.
Stale pull requests will automatically be closed after 30 days of inactivity.

@github-actions github-actions bot added the Stale label Sep 10, 2022
@facebook-github-bot
Copy link
Contributor

/easycla

As part of the transition to the PyTorch Foundation, this project now requires contributions be covered under the new CLA. See #85559 for additional details.

This comment will trigger a new check of this PR. If you are already covered, you will simply see a new "EasyCLA" check that passes. If you are not covered, a bot will leave a new comment with a link to sign.

@linux-foundation-easycla
Copy link

CLA Not Signed

@github-actions github-actions bot closed this Nov 3, 2022
@dagitses dagitses deleted the gh/dagitses/350/head branch November 19, 2022 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0