-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Include AT_PARALLEL_OPENMP/AT_PARALLEL_NATIVE/AT_PARALLEL_NATIVE_TBB to ATen/Config.h #39471
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
Labels
module: cpp
Related to C++ API
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Comments
pbelevich
added a commit
that referenced
this issue
Jun 6, 2020
…NATIVE_TBB to ATen/Config.h" Fixes #39471 [ghstack-poisoned]
pbelevich
added a commit
that referenced
this issue
Jun 8, 2020
…NATIVE_TBB to ATen/Config.h" Fixes #39471 Manually tested with https://github.com/pytorch/csprng [ghstack-poisoned]
pbelevich
added a commit
that referenced
this issue
Jun 9, 2020
…NATIVE_TBB to ATen/Config.h" Fixes #39471 Manually tested with https://github.com/pytorch/csprng [ghstack-poisoned]
pbelevich
added a commit
that referenced
this issue
Jun 9, 2020
…NATIVE_TBB to ATen/Config.h" Fixes #39471 Manually tested with https://github.com/pytorch/csprng [ghstack-poisoned]
pbelevich
added a commit
that referenced
this issue
Jun 15, 2020
…L_NATIVE/AT_PARALLEL_NATIVE_TBB to ATen/Config.h" Fixes #39471 Reland of #39612 and #39881 Differential Revision: [D22050656](https://our.internmc.facebook.com/intern/diff/D22050656) [ghstack-poisoned]
pbelevich
added a commit
that referenced
this issue
Jun 16, 2020
…L_NATIVE/AT_PARALLEL_NATIVE_TBB to ATen/Config.h" Fixes #39471 Reland of #39612 and #39881 Differential Revision: [D22050656](https://our.internmc.facebook.com/intern/diff/D22050656) [ghstack-poisoned]
pbelevich
added a commit
that referenced
this issue
Jun 16, 2020
…AT_PARALLEL_NATIVE_TBB to ATen/Config.h" Fixes #39471 Reland of #39612 #39881 and #40045 Differential Revision: [D22076711](https://our.internmc.facebook.com/intern/diff/D22076711) [ghstack-poisoned]
pbelevich
added a commit
that referenced
this issue
Jun 16, 2020
…AT_PARALLEL_NATIVE_TBB to ATen/Config.h" Fixes #39471 Reland of #39612 #39881 and #40045 Differential Revision: [D22076711](https://our.internmc.facebook.com/intern/diff/D22076711) [ghstack-poisoned]
pbelevich
added a commit
that referenced
this issue
Jun 16, 2020
…AT_PARALLEL_NATIVE_TBB to ATen/Config.h" Fixes #39471 Reland of #39612 #39881 and #40045 Differential Revision: [D22076711](https://our.internmc.facebook.com/intern/diff/D22076711) [ghstack-poisoned]
pbelevich
added a commit
that referenced
this issue
Jun 16, 2020
…AT_PARALLEL_NATIVE_TBB to ATen/Config.h" Fixes #39471 Reland of #39612 #39881 and #40045 Differential Revision: [D22076711](https://our.internmc.facebook.com/intern/diff/D22076711) [ghstack-poisoned]
facebook-github-bot
pushed a commit
that referenced
this issue
Jun 19, 2020
…_NATIVE_TBB to ATen/Config.h (#40211) Summary: Fixes #39471 Reland of #39612 #39881 #40045 #40122 Proof: [green TBB test](https://app.circleci.com/pipelines/github/pytorch/pytorch/182769/workflows/ae9f4f7a-791a-49df-9625-e2f0a51e70e7/jobs/5910591/steps) Pull Request resolved: #40211 Reviewed By: malfet Differential Revision: D22128537 Pulled By: pbelevich fbshipit-source-id: 98c589405daafc2c81f76e1d5c1aef5e57065351
xwang233
pushed a commit
to xwang233/pytorch
that referenced
this issue
Jun 20, 2020
…_PARALLEL_NATIVE_TBB to ATen/Config.h (pytorch#40045) Summary: Pull Request resolved: pytorch#40045 Fixes pytorch#39471 Reland of pytorch#39612 and pytorch#39881 Test Plan: Imported from OSS Differential Revision: D22050656 Pulled By: pbelevich fbshipit-source-id: 274bc0733c37ef6c87deb3344bb49ca9107e257b
xwang233
pushed a commit
to xwang233/pytorch
that referenced
this issue
Jun 20, 2020
…ARALLEL_NATIVE_TBB to ATen/Config.h (pytorch#40211) Summary: Fixes pytorch#39471 Reland of pytorch#39612 pytorch#39881 pytorch#40045 pytorch#40122 Proof: [green TBB test](https://app.circleci.com/pipelines/github/pytorch/pytorch/182769/workflows/ae9f4f7a-791a-49df-9625-e2f0a51e70e7/jobs/5910591/steps) Pull Request resolved: pytorch#40211 Reviewed By: malfet Differential Revision: D22128537 Pulled By: pbelevich fbshipit-source-id: 98c589405daafc2c81f76e1d5c1aef5e57065351
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
module: cpp
Related to C++ API
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Uh oh!
There was an error while loading. Please reload this page.
If C++ extension uses
ATen/Parallel.h
it requiresAT_PARALLEL_OPENMP
/AT_PARALLEL_NATIVE
/AT_PARALLEL_NATIVE_TBB
which were used to build installed PyTorch. Currently they are unavailable after build, so these values should be included intoATen/Config.h.in
cc @yf225 @glaringlee
The text was updated successfully, but these errors were encountered: