mirror of https://github.com/llvm/torch-mlir
[MLIR][TORCH] Add failing test to xfail_sets.py
Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>pull/1378/head
parent
b316918947
commit
51e3c3f1ed
|
@ -18,7 +18,8 @@ EAGER_MODE_XFAIL_SET = {
|
|||
# RefBackend fails
|
||||
"TableBatchEmbeddingModule_basic",
|
||||
"QuantizedMLP_basic",
|
||||
"Matmul_vecmat"
|
||||
"Matmul_vecmat",
|
||||
"BatchMlpLayerModule_basic"
|
||||
}
|
||||
|
||||
MHLO_PASS_SET = {
|
||||
|
|
Loading…
Reference in New Issue