Remove all remaining usages of BUILD_NAMEDTENSOR#31116
Closed
zou3519 wants to merge 3 commits intogh/zou3519/221/basefrom
Closed
Remove all remaining usages of BUILD_NAMEDTENSOR#31116zou3519 wants to merge 3 commits intogh/zou3519/221/basefrom
zou3519 wants to merge 3 commits intogh/zou3519/221/basefrom
Conversation
Changelist: - remove BUILD_NAMEDTENSOR macro - remove torch._C._BUILD_NAMEDTENSOR - remove all python behavior that relies on torch._C._BUILD_NAMEDTENSOR Future: - In the next diff, I will remove all usages of ATen/core/EnableNamedTensor.h since that header doesn't do anything anymore - After that, we'll be done with the BUILD_NAMEDTENSOR removal. Test Plan: - run CI [ghstack-poisoned]
This was referenced Dec 11, 2019
Changelist: - remove BUILD_NAMEDTENSOR macro - remove torch._C._BUILD_NAMEDTENSOR - remove all python behavior that relies on torch._C._BUILD_NAMEDTENSOR Future: - In the next diff, I will remove all usages of ATen/core/EnableNamedTensor.h since that header doesn't do anything anymore - After that, we'll be done with the BUILD_NAMEDTENSOR removal. Test Plan: - run CI [ghstack-poisoned]
nairbv
approved these changes
Dec 11, 2019
Changelist: - remove BUILD_NAMEDTENSOR macro - remove torch._C._BUILD_NAMEDTENSOR - remove all python behavior that relies on torch._C._BUILD_NAMEDTENSOR Future: - In the next diff, I will remove all usages of ATen/core/EnableNamedTensor.h since that header doesn't do anything anymore - After that, we'll be done with the BUILD_NAMEDTENSOR removal. Test Plan: - run CI Differential Revision: [D18934951](https://our.internmc.facebook.com/intern/diff/D18934951) [ghstack-poisoned]
Member
CircleCI build failures summaryAs of commit ed73563:
Detailed failure analysisOne may explore the probable reasons each build failed interactively on the Dr. CI website. 1 new failure recognized by patternsThe following build failures don't appear to be due to upstream breakage:
|
| Job | Step |
|---|---|
| Build | |
| Build |
This comment was automatically generated by Dr. CI.
Follow this link to opt-out of these comments for your Pull Requests.
Please report bugs/suggestions on the GitHub issue tracker.
This comment has been revised 2 times.
Contributor
wuhuikx
pushed a commit
to wuhuikx/pytorch
that referenced
this pull request
Jan 30, 2020
Summary: Pull Request resolved: pytorch#31116 Changelist: - remove BUILD_NAMEDTENSOR macro - remove torch._C._BUILD_NAMEDTENSOR - remove all python behavior that relies on torch._C._BUILD_NAMEDTENSOR Future: - In the next diff, I will remove all usages of ATen/core/EnableNamedTensor.h since that header doesn't do anything anymore - After that, we'll be done with the BUILD_NAMEDTENSOR removal. Test Plan: - run CI Differential Revision: D18934951 Pulled By: zou3519 fbshipit-source-id: 0a0df0f1f0470d0a01c495579333a2835aac9f5d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack from ghstack:
Changelist:
Future:
ATen/core/EnableNamedTensor.h since that header doesn't do anything
anymore
Test Plan:
Differential Revision: D18934951