Skip to content

Make aten::div.out c10-full#47793

Closed
smessmer wants to merge 13 commits intogh/smessmer/269/basefrom
gh/smessmer/269/head
Closed

Make aten::div.out c10-full#47793
smessmer wants to merge 13 commits intogh/smessmer/269/basefrom
gh/smessmer/269/head

Conversation

@smessmer
Copy link
Copy Markdown
Contributor

@smessmer smessmer commented Nov 11, 2020

Stack from ghstack:

This migrates aten::div.out to be c10-full (without hacky wrapper) as a proof of concept. This became possible after the PRs stacked below this.
This is a prerequisite step to making out ops c10-full. Diffs stacked on top of this will introduce a hacky_wrapper for out ops and use it to make more ops c10-full.

Differential Revision: D24901944

This migrates aten::div.out to be c10-full (without hacky wrapper) and fixes everything that needed to be fixed to make it work.
This is a prerequisite step to making out ops c10-full. Diffs stacked on top of this will introduce a hacky_wrapper for out ops and use it to make more ops c10-full.

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

[ghstack-poisoned]
smessmer added a commit that referenced this pull request Nov 11, 2020
This migrates aten::div.out to be c10-full (without hacky wrapper) and fixes everything that needed to be fixed to make it work.
This is a prerequisite step to making out ops c10-full. Diffs stacked on top of this will introduce a hacky_wrapper for out ops and use it to make more ops c10-full.

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

ghstack-source-id: 116457767
Pull Request resolved: #47793
@smessmer smessmer requested review from bhosmer and ezyang November 11, 2020 22:25
@dr-ci
Copy link
Copy Markdown

dr-ci bot commented Nov 11, 2020

💊 CI failures summary and remediations

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


💚 💚 Looks good so far! There are no failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group.

See how this bot performed.

This comment has been revised 84 times.

This migrates aten::div.out to be c10-full (without hacky wrapper) and fixes everything that needed to be fixed to make it work and wasn't fixed in previous PRs yet.
This is a prerequisite step to making out ops c10-full. Diffs stacked on top of this will introduce a hacky_wrapper for out ops and use it to make more ops c10-full.

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

[ghstack-poisoned]
smessmer added a commit that referenced this pull request Dec 4, 2020
Pull Request resolved: #47793

This migrates aten::div.out to be c10-full (without hacky wrapper) and fixes everything that needed to be fixed to make it work.
This is a prerequisite step to making out ops c10-full. Diffs stacked on top of this will introduce a hacky_wrapper for out ops and use it to make more ops c10-full.
ghstack-source-id: 117830733

Differential Revision: [D24901944](https://our.internmc.facebook.com/intern/diff/D24901944/)
This migrates aten::div.out to be c10-full (without hacky wrapper) and fixes everything that needed to be fixed to make it work and wasn't fixed in previous PRs yet.
This is a prerequisite step to making out ops c10-full. Diffs stacked on top of this will introduce a hacky_wrapper for out ops and use it to make more ops c10-full.

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

[ghstack-poisoned]
@smessmer smessmer changed the title Allow c10-fullness for out overloads Make aten::div.out c10-full Dec 4, 2020
This migrates aten::div.out to be c10-full (without hacky wrapper) as a proof of concept. This became possible after the PRs stacked below this.
This is a prerequisite step to making out ops c10-full. Diffs stacked on top of this will introduce a hacky_wrapper for out ops and use it to make more ops c10-full.

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

[ghstack-poisoned]
This migrates aten::div.out to be c10-full (without hacky wrapper) as a proof of concept. This became possible after the PRs stacked below this.
This is a prerequisite step to making out ops c10-full. Diffs stacked on top of this will introduce a hacky_wrapper for out ops and use it to make more ops c10-full.

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

[ghstack-poisoned]
smessmer added a commit that referenced this pull request Dec 5, 2020
Pull Request resolved: #47793

This migrates aten::div.out to be c10-full (without hacky wrapper) and fixes everything that needed to be fixed to make it work.
This is a prerequisite step to making out ops c10-full. Diffs stacked on top of this will introduce a hacky_wrapper for out ops and use it to make more ops c10-full.
ghstack-source-id: 117923864

Differential Revision: [D24901944](https://our.internmc.facebook.com/intern/diff/D24901944/)
This migrates aten::div.out to be c10-full (without hacky wrapper) as a proof of concept. This became possible after the PRs stacked below this.
This is a prerequisite step to making out ops c10-full. Diffs stacked on top of this will introduce a hacky_wrapper for out ops and use it to make more ops c10-full.

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

[ghstack-poisoned]
smessmer added a commit that referenced this pull request Dec 6, 2020
Pull Request resolved: #47793

This migrates aten::div.out to be c10-full (without hacky wrapper) and fixes everything that needed to be fixed to make it work.
This is a prerequisite step to making out ops c10-full. Diffs stacked on top of this will introduce a hacky_wrapper for out ops and use it to make more ops c10-full.
ghstack-source-id: 117963757

Differential Revision: [D24901944](https://our.internmc.facebook.com/intern/diff/D24901944/)
Copy link
Copy Markdown
Contributor

@ezyang ezyang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This gonna intersect with #48718 when we flip the switch for use_c10_dispatcher: full on structured kernels

This migrates aten::div.out to be c10-full (without hacky wrapper) as a proof of concept. This became possible after the PRs stacked below this.
This is a prerequisite step to making out ops c10-full. Diffs stacked on top of this will introduce a hacky_wrapper for out ops and use it to make more ops c10-full.

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

[ghstack-poisoned]
This migrates aten::div.out to be c10-full (without hacky wrapper) as a proof of concept. This became possible after the PRs stacked below this.
This is a prerequisite step to making out ops c10-full. Diffs stacked on top of this will introduce a hacky_wrapper for out ops and use it to make more ops c10-full.

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

[ghstack-poisoned]
This migrates aten::div.out to be c10-full (without hacky wrapper) as a proof of concept. This became possible after the PRs stacked below this.
This is a prerequisite step to making out ops c10-full. Diffs stacked on top of this will introduce a hacky_wrapper for out ops and use it to make more ops c10-full.

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

[ghstack-poisoned]
This migrates aten::div.out to be c10-full (without hacky wrapper) as a proof of concept. This became possible after the PRs stacked below this.
This is a prerequisite step to making out ops c10-full. Diffs stacked on top of this will introduce a hacky_wrapper for out ops and use it to make more ops c10-full.

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

[ghstack-poisoned]
This migrates aten::div.out to be c10-full (without hacky wrapper) as a proof of concept. This became possible after the PRs stacked below this.
This is a prerequisite step to making out ops c10-full. Diffs stacked on top of this will introduce a hacky_wrapper for out ops and use it to make more ops c10-full.

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

[ghstack-poisoned]
This migrates aten::div.out to be c10-full (without hacky wrapper) as a proof of concept. This became possible after the PRs stacked below this.
This is a prerequisite step to making out ops c10-full. Diffs stacked on top of this will introduce a hacky_wrapper for out ops and use it to make more ops c10-full.

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

[ghstack-poisoned]
This migrates aten::div.out to be c10-full (without hacky wrapper) as a proof of concept. This became possible after the PRs stacked below this.
This is a prerequisite step to making out ops c10-full. Diffs stacked on top of this will introduce a hacky_wrapper for out ops and use it to make more ops c10-full.

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

[ghstack-poisoned]
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request has been merged in 21dba8c.

@facebook-github-bot facebook-github-bot deleted the gh/smessmer/269/head branch December 14, 2020 15:17
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.

4 participants