[MLIR][TORCH] Add failing test to xfail_sets.py

Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>
pull/1378/head
Vivek Khandelwal 2022-09-16 10:43:55 +05:30
parent b316918947
commit 51e3c3f1ed
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ EAGER_MODE_XFAIL_SET = {
# RefBackend fails
"TableBatchEmbeddingModule_basic",
"QuantizedMLP_basic",
"Matmul_vecmat"
"Matmul_vecmat",
"BatchMlpLayerModule_basic"
}
MHLO_PASS_SET = {