Skip to content
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

Allow std::array as operator argument and return #34399

Closed
wants to merge 4 commits into from

Conversation

smessmer
Copy link
Contributor

@smessmer smessmer commented Mar 6, 2020

Stack from ghstack:

Custom ops can now take std::array as arguments and return it.
This PR also moves the ops in native_functions.yaml that were blocked by this to now use_c10_dispatcher: full.

Differential Revision: D20315072

Custom ops can now take std::array as arguments and return it.
This PR also moves the ops in native_functions.yaml that were blocked by this to now `use_c10_dispatcher: full`.

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

[ghstack-poisoned]
smessmer added a commit that referenced this pull request Mar 6, 2020
Custom ops can now take std::array as arguments and return it.
This PR also moves the ops in native_functions.yaml that were blocked by this to now `use_c10_dispatcher: full`.

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

ghstack-source-id: 99695358
Pull Request resolved: #34399
@dr-ci
Copy link

dr-ci bot commented Mar 6, 2020

💊 Build failures summary and remediations

As of commit a678c12 (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.

See how this bot performed.

This comment has been revised 17 times.

Custom ops can now take std::array as arguments and return it.
This PR also moves the ops in native_functions.yaml that were blocked by this to now `use_c10_dispatcher: full`.

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

[ghstack-poisoned]
smessmer added a commit that referenced this pull request Mar 10, 2020
Pull Request resolved: #34399

Custom ops can now take std::array as arguments and return it.
This PR also moves the ops in native_functions.yaml that were blocked by this to now `use_c10_dispatcher: full`.
ghstack-source-id: 99833901

Differential Revision: [D20315072](https://our.internmc.facebook.com/intern/diff/D20315072/)
@ezyang ezyang self-requested a review March 11, 2020 15:30
Copy link
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.

It's kind of copy pastey with the list code, but I'm not sure if there's a good way to eliminate it.

Custom ops can now take std::array as arguments and return it.
This PR also moves the ops in native_functions.yaml that were blocked by this to now `use_c10_dispatcher: full`.

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

[ghstack-poisoned]
smessmer added a commit that referenced this pull request Mar 13, 2020
Pull Request resolved: #34399

Custom ops can now take std::array as arguments and return it.
This PR also moves the ops in native_functions.yaml that were blocked by this to now `use_c10_dispatcher: full`.
ghstack-source-id: 100149868

Differential Revision: [D20315072](https://our.internmc.facebook.com/intern/diff/D20315072/)
Custom ops can now take std::array as arguments and return it.
This PR also moves the ops in native_functions.yaml that were blocked by this to now `use_c10_dispatcher: full`.

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

[ghstack-poisoned]
smessmer added a commit that referenced this pull request Apr 22, 2020
Pull Request resolved: #34399

Custom ops can now take std::array as arguments and return it.
This PR also moves the ops in native_functions.yaml that were blocked by this to now `use_c10_dispatcher: full`.
ghstack-source-id: 102643208

Differential Revision: [D20315072](https://our.internmc.facebook.com/intern/diff/D20315072/)
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in deefafb.

@facebook-github-bot facebook-github-bot deleted the gh/smessmer/178/head branch April 28, 2020 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants