@@ -1368,7 +1368,7 @@ def test_failure_56(self):
1368
1368
UOp (Ops .DEFINE_GLOBAL , dtypes .float .ptr (), arg = 6 , src = ()),
1369
1369
UOp (Ops .VIEW , dtypes .void , arg = ShapeTracker (views = (View (shape = (128 , 16 , 5 , 2 , 5 , 2 ), strides = (1600 , 100 , 20 , 2 , 4 , 1 ), offset = 0 , mask = None , contiguous = False ), View (shape = (128 , 16 , 11 , 11 ), strides = (1600 , 100 , 10 , 1 ), offset = 0 , mask = ((0 , 128 ), (0 , 16 ), (0 , 10 ), (0 , 10 )), contiguous = False ))), src = ()),)),)),)),)),))
1370
1370
opts = [Opt (op = OptOps .UPCAST , axis = 0 , arg = 0 ), Opt (op = OptOps .PADTO , axis = 2 , arg = 32 )]
1371
- helper_test_lin (Kernel (ast , opts = Device [Device .DEFAULT ].renderer ), opts = opts , failed_platforms = ["METAL" ])
1371
+ helper_test_lin (Kernel (ast , opts = Device [Device .DEFAULT ].renderer ), opts = opts , failed_platforms = [])
1372
1372
1373
1373
def test_failure_57 (self ):
1374
1374
ast = UOp (Ops .SINK , dtypes .void , arg = None , src = (
@@ -1409,7 +1409,7 @@ def test_failure_57(self):
1409
1409
UOp (Ops .DEFINE_GLOBAL , dtypes .float .ptr (), arg = 6 , src = ()),
1410
1410
UOp (Ops .VIEW , dtypes .void , arg = ShapeTracker (views = (View (shape = (128 , 16 , 5 , 2 , 5 , 2 ), strides = (1600 , 100 , 20 , 2 , 4 , 1 ), offset = 0 , mask = None , contiguous = False ), View (shape = (128 , 16 , 11 , 11 ), strides = (1600 , 100 , 10 , 1 ), offset = 0 , mask = ((0 , 128 ), (0 , 16 ), (0 , 10 ), (0 , 10 )), contiguous = False ))), src = ()),)),)),)),)),))
1411
1411
opts = [Opt (op = OptOps .UPCAST , axis = 0 , arg = 0 ), Opt (op = OptOps .PADTO , axis = 1 , arg = 32 )]
1412
- helper_test_lin (Kernel (ast , opts = Device [Device .DEFAULT ].renderer ), opts = opts , failed_platforms = ["METAL" ])
1412
+ helper_test_lin (Kernel (ast , opts = Device [Device .DEFAULT ].renderer ), opts = opts , failed_platforms = [])
1413
1413
1414
1414
if __name__ == '__main__' :
1415
1415
unittest .main ()
0 commit comments