Skip to content

Fix multinomial bug and decrease precision of normal test#325

Merged
apaszke merged 3 commits intomasterfrom
stochastic_autograd
Dec 17, 2016
Merged

Fix multinomial bug and decrease precision of normal test#325
apaszke merged 3 commits intomasterfrom
stochastic_autograd

Conversation

@apaszke
Copy link
Contributor

@apaszke apaszke commented Dec 17, 2016

Fixes #323 and #320. Also, fixed one more bug in expand_as

Also, update Expand and Permute functions to accept tuples,
instead of variable numbers of arguments.
@apaszke apaszke force-pushed the stochastic_autograd branch from 9f2688f to b363259 Compare December 17, 2016 11:08
@soumith soumith closed this Dec 17, 2016
@soumith soumith reopened this Dec 17, 2016
@apaszke apaszke merged commit 26516f6 into master Dec 17, 2016
@apaszke apaszke mentioned this pull request Dec 19, 2016
@soumith soumith deleted the stochastic_autograd branch December 28, 2016 03:33
jjsjann123 pushed a commit to jjsjann123/pytorch that referenced this pull request Sep 23, 2020
* Enable Global Intermediate Buffers

* Set the default MemoryType to Local

* Merge Sync_Allocations into Global_Allocations

* Check that all inputs/outputs are in global memory

Co-authored-by: Ryan Spring <rspring@nvidia.com>
jjsjann123 pushed a commit to jjsjann123/pytorch that referenced this pull request Sep 24, 2020
* Enable Global Intermediate Buffers

* Set the default MemoryType to Local

* Merge Sync_Allocations into Global_Allocations

* Check that all inputs/outputs are in global memory

Co-authored-by: Ryan Spring <rspring@nvidia.com>
KyleCZH pushed a commit to KyleCZH/pytorch that referenced this pull request Sep 20, 2021
pytorchmergebot pushed a commit that referenced this pull request May 25, 2022
…78276)

Fixes #325
**Summary**: Currently, the pytorchbot only allows for rebasing to the master branch. These modifications add functionality for rebasing to the 'viable/strict' branch of pytorch/pytorch by adding a flag to the comment.
**Test Plan:** tested manually on personal fork ([#1](swang392#1)), and included a test case in test_tryrebase.py that checks if rebasing to viable/strict branch was successful.
Pull Request resolved: #78276
Approved by: https://github.com/clee2000, https://github.com/janeyx99
facebook-github-bot pushed a commit that referenced this pull request May 26, 2022
…78276) (#78276)

Summary:
Fixes #325
**Summary**: Currently, the pytorchbot only allows for rebasing to the master branch. These modifications add functionality for rebasing to the 'viable/strict' branch of pytorch/pytorch by adding a flag to the comment.
**Test Plan:** tested manually on personal fork ([#1](swang392#1)), and included a test case in test_tryrebase.py that checks if rebasing to viable/strict branch was successful.

Pull Request resolved: #78276
Approved by: https://github.com/clee2000, https://github.com/janeyx99

Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/bbb2964bd83357b6e205fb48040b3ca472ab0c46

Reviewed By: mehtanirav

Differential Revision: D36707352

Pulled By: swang392

fbshipit-source-id: 20f928bd70271162d8ee0aac5274be5a0c33a636
eellison pushed a commit to eellison/pytorch that referenced this pull request Jun 29, 2022
…#325)

* Rebased on upstream

* Fixed make lint

* Fixed make lint
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.

Problem with Multinomial (Stochastic Nodes)

3 participants