Skip to content

Fix integral type dispatch error message#9625

Closed
vishwakftw wants to merge 1 commit intopytorch:masterfrom
vishwakftw:dispatch-error-fix
Closed

Fix integral type dispatch error message#9625
vishwakftw wants to merge 1 commit intopytorch:masterfrom
vishwakftw:dispatch-error-fix

Conversation

@vishwakftw
Copy link
Contributor

This fix will prevent errors like (found in bincount)

RuntimeError: %s not implemented for '%s'bincounttorch.FloatTensor

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@soumith is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@soumith
Copy link
Collaborator

soumith commented Jul 20, 2018

thanks!

@vishwakftw vishwakftw deleted the dispatch-error-fix branch July 20, 2018 16:26
zdevito pushed a commit to zdevito/ATen that referenced this pull request Jul 20, 2018
Summary:
This fix will prevent errors like (found in `bincount`)
```
RuntimeError: %s not implemented for '%s'bincounttorch.FloatTensor
```
Pull Request resolved: pytorch/pytorch#9625

Differential Revision: D8932945

Pulled By: soumith

fbshipit-source-id: 794e3b58d662779402ab318e274661826a5db8b2
ssnl pushed a commit to ssnl/pytorch that referenced this pull request Jul 22, 2018
Summary:
This fix will prevent errors like (found in `bincount`)
```
RuntimeError: %s not implemented for '%s'bincounttorch.FloatTensor
```
Pull Request resolved: pytorch#9625

Differential Revision: D8932945

Pulled By: soumith

fbshipit-source-id: 794e3b58d662779402ab318e274661826a5db8b2
jramseyer pushed a commit to jramseyer/pytorch that referenced this pull request Jul 30, 2018
Summary:
This fix will prevent errors like (found in `bincount`)
```
RuntimeError: %s not implemented for '%s'bincounttorch.FloatTensor
```
Pull Request resolved: pytorch#9625

Differential Revision: D8932945

Pulled By: soumith

fbshipit-source-id: 794e3b58d662779402ab318e274661826a5db8b2
goodlux pushed a commit to goodlux/pytorch that referenced this pull request Aug 15, 2018
Summary:
This fix will prevent errors like (found in `bincount`)
```
RuntimeError: %s not implemented for '%s'bincounttorch.FloatTensor
```
Pull Request resolved: pytorch#9625

Differential Revision: D8932945

Pulled By: soumith

fbshipit-source-id: 794e3b58d662779402ab318e274661826a5db8b2
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