Skip to content

Conversation

@wanchaol
Copy link
Collaborator

@wanchaol wanchaol commented May 22, 2019

Stack from ghstack:

Differential Revision: D15458009

@pytorchbot pytorchbot added the oncall: jit Add this issue/PR to JIT oncall triage queue label May 22, 2019
[jit] fix pow bug on overloads and clean up

gh-metadata: pytorch pytorch 20824 gh/wanchaol/9/head
@wanchaol wanchaol requested review from eellison, suo and zdevito and removed request for suo and zdevito May 22, 2019 20:29
return 0;
}),

Operator(
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do you get to remove this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

DEFINE_BINARY_OPS already emit the int/float mixed ops (called DEFINE_INT_FLOAT_OP here), this is not necessary anymore. This was due to some merge conflicts that we did not aware of before..

@facebook-github-bot
Copy link
Contributor

@wanchaol merged this pull request in c2e3e79.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Merged oncall: jit Add this issue/PR to JIT oncall triage queue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants