mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
[ROCm][CI] skip test_max_autotune until resolved (#162496)
many tests taking >30 min and causing timeouts Pull Request resolved: https://github.com/pytorch/pytorch/pull/162496 Approved by: https://github.com/jeffdaily Co-authored-by: Jeff Daily <jeff.daily@amd.com>
This commit is contained in:
committed by
PyTorch MergeBot
parent
1f0b01d4b6
commit
f03d635dc6
@ -171,6 +171,7 @@ ROCM_BLOCKLIST = [
|
||||
"distributed/rpc/test_tensorpipe_agent",
|
||||
"distributed/rpc/test_share_memory",
|
||||
"distributed/rpc/cuda/test_tensorpipe_agent",
|
||||
"inductor/test_max_autotune", # taking excessive time, many tests >30 min
|
||||
"test_determination",
|
||||
"test_jit_legacy",
|
||||
"test_cuda_nvml_based_avail",
|
||||
|
Reference in New Issue
Block a user