@@ -86,9 +86,6 @@ def forward(self, tensor: torch.Tensor):
86
86
#################
87
87
88
88
89
- xfails = {"rand_rank4" : "MLBEDSW-11031: Output diff on u85 bool transpose." }
90
-
91
-
92
89
@common .parametrize ("test_data" , And ().test_data )
93
90
def test_logical_and_tosa_FP (test_data : input_t2 ):
94
91
pipeline = TosaPipelineFP [input_t2 ](
@@ -132,7 +129,7 @@ def test_logical_and_u55_INT_not_delegated(test_data: input_t2):
132
129
pipeline .run ()
133
130
134
131
135
- @common .parametrize ("test_data" , And ().test_data , xfails = xfails )
132
+ @common .parametrize ("test_data" , And ().test_data )
136
133
@common .XfailIfNoCorstone320
137
134
def test_logical_and_u85_INT (test_data : input_t2 ):
138
135
pipeline = EthosU85PipelineINT [input_t2 ](
@@ -226,7 +223,7 @@ def test_logical_xor_u55_INT_not_delegated(test_data: input_t2):
226
223
pipeline .run ()
227
224
228
225
229
- @common .parametrize ("test_data" , Xor ().test_data , xfails = xfails )
226
+ @common .parametrize ("test_data" , Xor ().test_data )
230
227
@common .XfailIfNoCorstone320
231
228
def test_logical_xor_u85_INT (test_data : input_t2 ):
232
229
pipeline = EthosU85PipelineINT [input_t2 ](
@@ -320,7 +317,7 @@ def test_logical_or_u55_INT_not_delegated(test_data: input_t2):
320
317
pipeline .run ()
321
318
322
319
323
- @common .parametrize ("test_data" , Or ().test_data , xfails = xfails )
320
+ @common .parametrize ("test_data" , Or ().test_data )
324
321
@common .XfailIfNoCorstone320
325
322
def test_logical_or_u85_INT (test_data : input_t2 ):
326
323
pipeline = EthosU85PipelineINT [input_t2 ](
@@ -414,7 +411,7 @@ def test_logical_not_u55_INT_not_delegated(test_data: input_t2):
414
411
pipeline .run ()
415
412
416
413
417
- @common .parametrize ("test_data" , Not ().test_data , xfails = xfails )
414
+ @common .parametrize ("test_data" , Not ().test_data )
418
415
@common .XfailIfNoCorstone320
419
416
def test_logical_not_u85_INT (test_data : input_t2 ):
420
417
pipeline = EthosU85PipelineINT [input_t2 ](
0 commit comments