Skip to content

Fix input overwriting in irfft#35219

Closed
peterbell10 wants to merge 3 commits intopytorch:masterfrom
peterbell10:irfft-overwrite
Closed

Fix input overwriting in irfft#35219
peterbell10 wants to merge 3 commits intopytorch:masterfrom
peterbell10:irfft-overwrite

Conversation

@peterbell10
Copy link
Copy Markdown
Collaborator

Fixes #34551

@dr-ci
Copy link
Copy Markdown

dr-ci Bot commented Mar 23, 2020

💊 CircleCI build failures summary and remediations

As of commit 5f07a79 (more details on the Dr. CI page):


None of the build failures appear to be your fault 💚


  • 1/1 broken upstream at merge base 9441c7a since Mar 23

    Please rebase on the viable/strict branch (expand for instructions)

    If your commit is newer than viable/strict, you can try basing on an older, stable commit:

    git fetch https://github.com/pytorch/pytorch viable/strict
    git rebase --onto FETCH_HEAD $(git merge-base origin/master HEAD)
    

    If your commit is older than viable/strict:

    git fetch https://github.com/pytorch/pytorch viable/strict
    git rebase FETCH_HEAD
    

    Check out the recency history of this "viable master" tracking branch.


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.

This comment has been revised 11 times.

Comment thread test/test_torch.py
Copy link
Copy Markdown
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.

@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Copy Markdown
Contributor

@ezyang merged this pull request in 6f6436f.

iotamudelta added a commit to iotamudelta/pytorch that referenced this pull request Mar 25, 2020
pytorch#35219

which also breaks on ROCm 2.9
iotamudelta added a commit to iotamudelta/pytorch that referenced this pull request Mar 25, 2020
pytorch#35219

which also breaks on ROCm 2.9
laurentdupin pushed a commit to laurentdupin/pytorch that referenced this pull request Apr 24, 2026
Summary:
Fixes pytorch#34551
Pull Request resolved: pytorch#35219

Differential Revision: D20605330

Pulled By: ezyang

fbshipit-source-id: a62f1685779bb05c3682255bb3a3f6f9ec35814f
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.

Multidimensional CUDA irfft modifies input

5 participants