-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Move bernoulli further into ATen #7578
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
Conversation
e12fea9 to
af32f96
Compare
apaszke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will conflict with #7171 😕
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
|
@apaszke It will be OK to resolve the confiict for me. |
NB: the error reporting format for |
d72e7fa to
f32298f
Compare
|
I restarted the failed build which is now running here: https://ci.pytorch.org/jenkins/job/pytorch-builds/job/pytorch-linux-trusty-py3.6-gcc7.2-trigger/7061/ It's a known issue that the github web ui doesn't pick up on it. |
This addresses some of the points mentioned in this issue and should generally improve perf of some of those operations (it avoids a few unnecessary expands).