2021-09-30 00:03:40 +08:00
|
|
|
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
|
|
# See https://llvm.org/LICENSE.txt for license information.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
# Also available under a BSD-style license. See LICENSE.
|
2021-07-01 05:13:21 +08:00
|
|
|
|
|
|
|
# This file describes the sets of tests expected to fail for each config.
|
|
|
|
# This information is deliberately kept in a side table, rather than
|
|
|
|
# in-situ on the test, as a deliberate layering decision: tests should
|
|
|
|
# have unique keys to identify them and enable side tables of various kinds
|
|
|
|
# (this includes down into lower parts of the stack, where a side table
|
|
|
|
# might be used to keep more elaborate sets of testing configurations).
|
|
|
|
|
|
|
|
# Lists of tests that fail to even reach the backends.
|
2021-09-28 02:36:44 +08:00
|
|
|
# These represent further work needed in torch-mlir to lower them properly
|
2021-07-01 05:13:21 +08:00
|
|
|
# to the backend contract.
|
2021-10-05 02:24:12 +08:00
|
|
|
COMMON_TORCH_MLIR_LOWERING_XFAILS = {
|
2021-10-08 10:07:03 +08:00
|
|
|
"QuantizedMLP_basic",
|
2021-10-27 11:44:01 +08:00
|
|
|
"IouOfModule_basic",
|
2022-01-22 01:21:11 +08:00
|
|
|
"TableBatchEmbeddingModule_basic",
|
2022-02-08 05:45:38 +08:00
|
|
|
"MobilenetV2Module_basic",
|
|
|
|
"MobilenetV3Module_basic",
|
2021-09-03 03:47:59 +08:00
|
|
|
}
|
2021-12-16 05:54:41 +08:00
|
|
|
REFBACKEND_XFAIL_SET = COMMON_TORCH_MLIR_LOWERING_XFAILS
|
2021-08-11 07:10:31 +08:00
|
|
|
|
2021-10-08 10:07:03 +08:00
|
|
|
# Write the TOSA set as a "passing" set as it is very early in development
|
|
|
|
# and very few tests work yet.
|
2021-10-26 02:43:21 +08:00
|
|
|
TOSA_PASS_SET = {
|
2021-10-26 04:43:54 +08:00
|
|
|
"ElementwiseUnaryModule_basic",
|
2021-12-04 15:31:38 +08:00
|
|
|
"ElementwiseBinaryModule_basic",
|
2021-10-29 01:09:12 +08:00
|
|
|
"ElementwiseSigmoidModule_basic",
|
2021-11-11 11:03:36 +08:00
|
|
|
"ElementwiseReluModule_basic",
|
|
|
|
"ElementwiseFloorModule_basic",
|
|
|
|
"ElementwiseLogModule_basic",
|
2021-12-29 10:11:07 +08:00
|
|
|
"ElementwiseBinaryStaticShapeModule_basic",
|
2021-11-12 08:15:58 +08:00
|
|
|
"TanhBackward_basic",
|
2021-11-24 14:25:59 +08:00
|
|
|
"ElementwiseAddModule_basic",
|
2021-11-08 23:56:40 +08:00
|
|
|
"ReturnThreeTensorFloat32_basic",
|
2021-11-25 06:01:48 +08:00
|
|
|
"AddCMulModule_basic",
|
|
|
|
"AddCDivModule_basic",
|
2021-12-01 05:48:10 +08:00
|
|
|
"SqueezeModule_broadcast",
|
2021-12-08 22:05:02 +08:00
|
|
|
"BoolTensorReturnFalseModule_basic",
|
|
|
|
"BoolTensorReturnTrueModule_basic",
|
|
|
|
"BoolTensorReturnMixedModule_basic",
|
2021-12-15 02:03:58 +08:00
|
|
|
"ElementwiseRsqrtModule_basic",
|
2021-12-16 13:40:29 +08:00
|
|
|
"SqueezeModule_static",
|
|
|
|
"SqueezeModule_noUnitDim",
|
|
|
|
"SqueezeModule_allUnitDim",
|
2021-12-17 12:08:07 +08:00
|
|
|
"TModuleRank1_basic",
|
|
|
|
"TModuleRank0_basic",
|
2021-12-23 20:04:29 +08:00
|
|
|
"ElementwiseToDtypeIdentityModule_basic",
|
|
|
|
"View1DFoldModule_basic",
|
2022-02-10 16:11:05 +08:00
|
|
|
"UnsafeView1DFoldModule_basic",
|
2022-01-07 00:31:29 +08:00
|
|
|
"SqueezeDimModule_static",
|
|
|
|
"SqueezeDimModule_identity",
|
|
|
|
"SqueezeDimModule_unitDim",
|
2022-01-10 21:24:08 +08:00
|
|
|
"ReturnTwoTensorF32I64_basic",
|
2022-01-15 03:05:11 +08:00
|
|
|
"ElementwisePowModule_basic",
|
2022-01-20 04:10:04 +08:00
|
|
|
"BmmModule_basic",
|
2022-02-16 07:08:36 +08:00
|
|
|
"MmDagModule_basic",
|
2022-01-20 04:10:04 +08:00
|
|
|
"Matmul_dot",
|
|
|
|
"Matmul_3d",
|
2022-01-21 02:58:30 +08:00
|
|
|
"RsubModule_basic",
|
|
|
|
"RsubModule_noalpha_basic",
|
|
|
|
"ElementwiseGtFloatScalarModule_basic",
|
|
|
|
"ElementwiseGtIntScalarModule_basic",
|
|
|
|
"ElementwiseGtMixed2ScalarModule_basic",
|
|
|
|
"ElementwiseGtFloatTensorModule_basic",
|
|
|
|
"ElementwiseGtIntTensorModule_basic",
|
|
|
|
"ElementwiseLtFloatScalarModule_basic",
|
|
|
|
"ElementwiseLtIntScalarModule_basic",
|
|
|
|
"ElementwiseLtDiffWidthScalarModule_basic",
|
|
|
|
"ElementwiseLtFloatTensorModule_basic",
|
|
|
|
"ElementwiseLtIntTensorModule_basic",
|
|
|
|
"ElementwiseEqFloatScalarModule_basic",
|
|
|
|
"ElementwiseEqIntScalarModule_basic",
|
|
|
|
"ElementwiseEqDiffWidthScalarModule_basic",
|
|
|
|
"ElementwiseEqFloatTensorModule_basic",
|
|
|
|
"ElementwiseEqIntTensorModule_basic",
|
|
|
|
"ElementwiseMulScalarModule_int",
|
|
|
|
"ElementwiseMulScalarModule_float",
|
|
|
|
"ElementwiseMulTensorIntModule_basic",
|
|
|
|
"ElementwiseDivScalarModule_basic",
|
|
|
|
"ElementwiseSubScalarFloatModule_basic",
|
|
|
|
"ElementwiseAddScalarFloatModule_basic",
|
|
|
|
"ElementwiseMulScalarModule_float",
|
|
|
|
"ElementwiseCeilModule_basic",
|
|
|
|
"ElementwiseReciprocalModule_basic",
|
|
|
|
"TypePromotionAlphaWiderModule_basic",
|
2022-01-27 11:16:13 +08:00
|
|
|
"Conv2dWithPaddingDilationStrideStaticModule_basic",
|
2022-01-28 06:38:59 +08:00
|
|
|
"BatchNorm1DModule_basic",
|
|
|
|
"BatchNorm2DModule_basic",
|
|
|
|
"BatchNorm3DModule_basic",
|
2022-01-29 13:38:56 +08:00
|
|
|
"FlattenStaticModule_basic",
|
|
|
|
"FlattenRank0Module_basic",
|
|
|
|
"ElementwiseFlattenBroadcastModule_basic",
|
2022-01-30 01:10:50 +08:00
|
|
|
"SquareModule_basic",
|
2022-02-01 05:34:09 +08:00
|
|
|
"MaxPool2dStaticModule_basic",
|
2022-02-02 06:08:54 +08:00
|
|
|
"ResNet18StaticModule_basic",
|
2022-02-04 06:08:19 +08:00
|
|
|
"NativeLayerNormModule4D_basic",
|
|
|
|
"LayerNormNormalizeOverAllDimsModule_basic",
|
|
|
|
"PermuteModule_basic",
|
|
|
|
"PermuteNegativeIndexModule_basic",
|
2021-10-26 02:43:21 +08:00
|
|
|
}
|