Skip to content

Enable ROCM Skipped tests in test_ops.py#50500

Closed
arindamroy-eng wants to merge 3 commits intopytorch:masterfrom
arindamroy-eng:Enable_ROCM_Skipped_Tests
Closed

Enable ROCM Skipped tests in test_ops.py#50500
arindamroy-eng wants to merge 3 commits intopytorch:masterfrom
arindamroy-eng:Enable_ROCM_Skipped_Tests

Conversation

@arindamroy-eng
Copy link
Copy Markdown
Contributor

Removed @skipCUDAIfRocm to re-enable tests for
ROCM platform.

Initially, Only 4799 cases were being run.
Out of those, 882 cases were being skipped.
After removing @skipCUDAIfRocm from two places
in test_ops.py, now more than 8000 cases are
being executed, out of which only 282 cases
are bing skipped, which are FFT related tests.

Signed-off-by: Arindam Roy rarindam@gmail.com

Fixes #{issue number}

Removed @skipCUDAIfRocm to re-enable tests for
ROCM platform.

Initially, Only 4799 cases were being run.
Out of those, 882 cases were being skipped.
After removing @skipCUDAIfRocm from two places
in test_ops.py, now more than 8000 cases are
being executed, out of which only 282 cases
are bing skipped, which are FFT related tests.

Signed-off-by: Arindam Roy <rarindam@gmail.com>
@facebook-github-bot
Copy link
Copy Markdown
Contributor

Hi @arindamroy-eng!

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file.

In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

@facebook-github-bot
Copy link
Copy Markdown
Contributor

facebook-github-bot commented Jan 13, 2021

💊 CI failures summary and remediations

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


  • 2/2 failures possibly* introduced in this PR
    • 2/2 non-CircleCI failure(s)

ci.pytorch.org: 2 failed


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 to the (internal) Dr. CI Users group.

Removed skipCUDAIfRocm from test_ops.py.

Signed-off-by: Arindam Roy <rarindam@gmail.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 14, 2021

Codecov Report

Merging #50500 (e40d311) into master (b2f7ff7) will decrease coverage by 0.15%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #50500      +/-   ##
==========================================
- Coverage   80.72%   80.56%   -0.16%     
==========================================
  Files        1909     1909              
  Lines      207041   207041              
==========================================
- Hits       167125   166812     -313     
- Misses      39916    40229     +313     

Tests were failing for skipCUDAIfRocm for unsupported
dtypes tests.
Hence adding the tag back to them.
skipCUDAIfRocm is remains removed from supported
dtypes.

Signed-off-by: Arindam Roy <rarindam@gmail.com>
@mrshenli mrshenli added module: rocm AMD GPU support for Pytorch module: tests Issues related to tests (not the torch.testing module) labels Jan 15, 2021
Copy link
Copy Markdown
Contributor

@mrshenli mrshenli left a comment

Choose a reason for hiding this comment

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

Tests are green. I am landing this PR.

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.

@mrshenli 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

@mrshenli merged this pull request in 95ae9a2.

@arindamroy-eng arindamroy-eng deleted the Enable_ROCM_Skipped_Tests branch February 26, 2021 00:31
laurentdupin pushed a commit to laurentdupin/pytorch that referenced this pull request Apr 24, 2026
Summary:
Removed skipCUDAIfRocm to re-enable tests for
ROCM platform.

Initially, Only 4799 cases were being run.
Out of those, 882 cases were being skipped.
After removing skipCUDAIfRocm from two places
in test_ops.py, now more than 8000 cases are
being executed, out of which only 282 cases
are bing skipped, which are FFT related tests.

Signed-off-by: Arindam Roy <rarindam@gmail.com>

Fixes #{issue number}

Pull Request resolved: pytorch#50500

Reviewed By: albanD

Differential Revision: D25920303

Pulled By: mrshenli

fbshipit-source-id: b2d17b7e2d1de4f9fdd6f1660fb4cad5841edaa0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla signed Merged module: rocm AMD GPU support for Pytorch module: tests Issues related to tests (not the torch.testing module) open source

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants