[ROCm] Enabling additional UTs on ROCm (#115738)

Unskips mostly for dynamo/inductor UT.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/115738
Approved by: https://github.com/jithunnair-amd, https://github.com/malfet
This commit is contained in:
Jack Taylor
2024-01-09 08:36:07 +00:00
committed by PyTorch MergeBot
parent f0bbc2fcf5
commit db79ceb110
7 changed files with 4 additions and 22 deletions

View File

@ -300,7 +300,6 @@ ROCM_BLOCKLIST = [
"test_jit_legacy",
"test_cuda_nvml_based_avail",
"test_jit_cuda_fuser",
"dynamo/test_activation_checkpointing",
]
# The tests inside these files should never be run in parallel with each other