mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
[pytorch_ci] Skip determination tests in rocm
Summary: I don't know why, but this segfaults on rocm. Test Plan: Can only be tested on master Reviewed By: mrshenli Differential Revision: D20286011 fbshipit-source-id: dde952449bf54ae459d36020f3e3db6fa087b39f
This commit is contained in:
parent
e907128caf
commit
ed11e2536a
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ ROCM_BLACKLIST = [
|
|||
'distributed/rpc/test_dist_optimizer_spawn',
|
||||
'distributed/rpc/jit/test_rpc_spawn',
|
||||
'distributed/rpc/jit/test_dist_autograd_spawn',
|
||||
'test_determination',
|
||||
]
|
||||
|
||||
# These tests are slow enough that it's worth calculating whether the patch
|
||||
|
|
|
|||
Loading…
Reference in a new issue