Skip lu_solve meta tests (#77110)

Fixes regressions introduced by revert of https://github.com/pytorch/pytorch/pull/72935

Pull Request resolved: https://github.com/pytorch/pytorch/pull/77110
Approved by: https://github.com/suo, https://github.com/janeyx99
This commit is contained in:
Nikita Shulga
2022-05-09 22:59:51 +00:00
committed by PyTorch MergeBot
parent 489818e7c6
commit b4fa1e88be

View File

@ -343,6 +343,7 @@ meta_exclude_set = {
torch.logit, # MISSING aten::logit
torch.logsumexp, # MISSING aten::abs.out
torch.lstsq, # MISSING aten::lstsq
torch.lu_solve, # MISSING aten::lu_solve
torch.masked_select, # MISSING aten::masked_select
torch.matmul, # MISSING aten::dot
torch.matrix_exp, # MISSING aten::linalg_matrix_exp