xfail ElementwisePreluModule_basic in dynamo (#1763)

pull/1733/head
powderluv 2022-12-31 13:54:25 -08:00 committed by GitHub
parent fa356cce50
commit b2dbbba5e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ TORCHDYNAMO_XFAIL_SET = {
"UniformModule_basic",
# error: failed to materialize conversion for result #0 of operation 'torch.aten.t' that remained live after conversion
"TModuleRank1_basic",
# error: unsupported by backend contract: tensor with unknown rank
# note: see current operation: %1 = "torch.tensor_static_info_cast"(%arg0) : (!torch.vtensor<[5,4,3,2,1],f32>) -> !torch.vtensor<*,f32>
"ElementwisePreluModule_basic",
}
MHLO_PASS_SET = {