pytorch
95ae9a20 - Enable ROCM Skipped tests in test_ops.py (#50500)

Commit
4 years ago
Enable ROCM Skipped tests in test_ops.py (#50500) 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: https://github.com/pytorch/pytorch/pull/50500 Reviewed By: albanD Differential Revision: D25920303 Pulled By: mrshenli fbshipit-source-id: b2d17b7e2d1de4f9fdd6f1660fb4cad5841edaa0
Parents
Loading