Skip to content

Commit f8080bd

Browse files
anupgangwarAnup Gangwar
andauthored
* [tosa] Support for AtenRsubScalarOp for scalar constants (#531)
* [tosa] Support for AtenCeilOp and AtenReciprocalOp * [tosa] Support for comparator ops, Aten[Gt|Lt|Eq][Tensor|Scalar]Op with scalar constant * [tosa] Support for Scalar variants of Aten[Mul|Div|Add|Sub] Ops with scalar constants Signed-off-by: Anup Gangwar <[email protected]> Co-authored-by: Anup Gangwar <[email protected]>
1 parent c8ee8d0 commit f8080bd

File tree

4 files changed

+469
-109
lines changed

4 files changed

+469
-109
lines changed

e2e_testing/torchscript/xfail_sets.py

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,31 @@
5454
"BmmModule_basic",
5555
"Matmul_dot",
5656
"Matmul_3d",
57+
"RsubModule_basic",
58+
"RsubModule_noalpha_basic",
59+
"ElementwiseGtFloatScalarModule_basic",
60+
"ElementwiseGtIntScalarModule_basic",
61+
"ElementwiseGtMixed2ScalarModule_basic",
62+
"ElementwiseGtFloatTensorModule_basic",
63+
"ElementwiseGtIntTensorModule_basic",
64+
"ElementwiseLtFloatScalarModule_basic",
65+
"ElementwiseLtIntScalarModule_basic",
66+
"ElementwiseLtDiffWidthScalarModule_basic",
67+
"ElementwiseLtFloatTensorModule_basic",
68+
"ElementwiseLtIntTensorModule_basic",
69+
"ElementwiseEqFloatScalarModule_basic",
70+
"ElementwiseEqIntScalarModule_basic",
71+
"ElementwiseEqDiffWidthScalarModule_basic",
72+
"ElementwiseEqFloatTensorModule_basic",
73+
"ElementwiseEqIntTensorModule_basic",
74+
"ElementwiseMulScalarModule_int",
75+
"ElementwiseMulScalarModule_float",
76+
"ElementwiseMulTensorIntModule_basic",
77+
"ElementwiseDivScalarModule_basic",
78+
"ElementwiseSubScalarFloatModule_basic",
79+
"ElementwiseAddScalarFloatModule_basic",
80+
"ElementwiseMulScalarModule_float",
81+
"ElementwiseCeilModule_basic",
82+
"ElementwiseReciprocalModule_basic",
83+
"TypePromotionAlphaWiderModule_basic",
5784
}

0 commit comments

Comments
 (0)