Skip to content
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

Rocm skip test cases #45782

Closed
wants to merge 5 commits into from
Closed

Conversation

KyleCZH
Copy link
Contributor

@KyleCZH KyleCZH commented Oct 2, 2020

Skip the following test cases for rocm (When PYTORCH_TEST_WITH_ROCM=1):

  • test_reference_numerics_tan_cuda_float64 (main.TestUnaryUfuncsCUDA)
  • test_addmv_cuda_float16 (main.TestTorchDeviceTypeCUDA)
  • test_logspace_cuda_float64 (main.TestTensorCreationCUDA)
  • test_gloo_backend_2gpu_module (main.DistributedDataParallelTest)
    @jeffdaily
    @pruthvistony

@facebook-github-bot facebook-github-bot added the oncall: distributed Add this issue/PR to distributed oncall triage queue label Oct 2, 2020
@jeffdaily jeffdaily added the module: rocm AMD GPU support for Pytorch label Oct 5, 2020
@jeffdaily
Copy link
Collaborator

@ezyang @xw285cornell skipping these tests is necessary before we can migrate to the ROCm 3.8 CI image. Unfortunately, these tests were discovered as failing after our QA team validated the ROCm 3.8 release against a now older upstream commit. Rest assured we are working in earnest to triage these new failures, but we need more time and these failures are blocking our ability to migrate to the latest ROCm 3.8 CI image.

CC @sunway513 @malfet

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.

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

@facebook-github-bot
Copy link
Contributor

@xw285cornell merged this pull request in a9a9d0b.

gchanan pushed a commit to gchanan/pytorch that referenced this pull request Oct 14, 2020
Summary:
Skip the following test cases for rocm (When PYTORCH_TEST_WITH_ROCM=1):
- test_reference_numerics_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA)
- test_addmv_cuda_float16 (__main__.TestTorchDeviceTypeCUDA)
- test_logspace_cuda_float64 (__main__.TestTensorCreationCUDA)
- test_gloo_backend_2gpu_module (__main__.DistributedDataParallelTest)
jeffdaily
pruthvistony

Pull Request resolved: pytorch#45782

Reviewed By: VitalyFedyunin

Differential Revision: D24115581

Pulled By: xw285cornell

fbshipit-source-id: 4043a9fa19e242301b5007813c15b6b3873889c5
malfet pushed a commit that referenced this pull request Oct 14, 2020
Summary:
Skip the following test cases for rocm (When PYTORCH_TEST_WITH_ROCM=1):
- test_reference_numerics_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA)
- test_addmv_cuda_float16 (__main__.TestTorchDeviceTypeCUDA)
- test_logspace_cuda_float64 (__main__.TestTensorCreationCUDA)
- test_gloo_backend_2gpu_module (__main__.DistributedDataParallelTest)
jeffdaily
pruthvistony

Pull Request resolved: #45782

Reviewed By: VitalyFedyunin

Differential Revision: D24115581

Pulled By: xw285cornell

fbshipit-source-id: 4043a9fa19e242301b5007813c15b6b3873889c5

Co-authored-by: KyleCZH <kylechen@amd.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Merged module: rocm AMD GPU support for Pytorch oncall: distributed Add this issue/PR to distributed oncall triage queue open source
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants