@@ -655,7 +655,6 @@ inline void ggml_sycl_op_sgn(ggml_backend_sycl_context & ctx, ggml_tensor * dst)
655
655
}
656
656
default :
657
657
GGML_ABORT (" GGML tensor type not supported!\n " );
658
- break ;
659
658
}
660
659
}
661
660
@@ -688,7 +687,6 @@ inline void ggml_sycl_op_abs(ggml_backend_sycl_context & ctx, ggml_tensor * dst)
688
687
}
689
688
default :
690
689
GGML_ABORT (" GGML tensor type not supported!\n " );
691
- break ;
692
690
}
693
691
}
694
692
@@ -722,7 +720,6 @@ inline void ggml_sycl_op_elu(ggml_backend_sycl_context & ctx, ggml_tensor * dst)
722
720
}
723
721
default :
724
722
GGML_ABORT (" GGML tensor type not supported!\n " );
725
- break ;
726
723
}
727
724
}
728
725
@@ -754,7 +751,6 @@ inline void ggml_sycl_op_silu(ggml_backend_sycl_context & ctx, ggml_tensor * dst
754
751
}
755
752
default :
756
753
GGML_ABORT (" GGML tensor type not supported!\n " );
757
- break ;
758
754
}
759
755
}
760
756
@@ -786,7 +782,6 @@ inline void ggml_sycl_op_gelu(ggml_backend_sycl_context & ctx, ggml_tensor * dst
786
782
}
787
783
default :
788
784
GGML_ABORT (" GGML tensor type not supported!\n " );
789
- break ;
790
785
}
791
786
}
792
787
@@ -818,7 +813,6 @@ inline void ggml_sycl_op_gelu_quick(ggml_backend_sycl_context & ctx, ggml_tensor
818
813
}
819
814
default :
820
815
GGML_ABORT (" GGML tensor type not supported!\n " );
821
- break ;
822
816
}
823
817
}
824
818
@@ -850,7 +844,6 @@ inline void ggml_sycl_op_tanh(ggml_backend_sycl_context & ctx, ggml_tensor * dst
850
844
}
851
845
default :
852
846
GGML_ABORT (" GGML tensor type not supported!\n " );
853
- break ;
854
847
}
855
848
}
856
849
@@ -883,7 +876,6 @@ inline void ggml_sycl_op_relu(ggml_backend_sycl_context & ctx, ggml_tensor * dst
883
876
}
884
877
default :
885
878
GGML_ABORT (" GGML tensor type not supported!\n " );
886
- break ;
887
879
}
888
880
}
889
881
@@ -917,7 +909,6 @@ inline void ggml_sycl_op_hardsigmoid(ggml_backend_sycl_context & ctx, ggml_tenso
917
909
}
918
910
default :
919
911
GGML_ABORT (" GGML tensor type not supported!\n " );
920
- break ;
921
912
}
922
913
}
923
914
@@ -949,7 +940,6 @@ inline void ggml_sycl_op_hardswish(ggml_backend_sycl_context & ctx, ggml_tensor
949
940
}
950
941
default :
951
942
GGML_ABORT (" GGML tensor type not supported!\n " );
952
- break ;
953
943
}
954
944
}
955
945
@@ -981,7 +971,6 @@ inline void ggml_sycl_op_exp(ggml_backend_sycl_context & ctx, ggml_tensor * dst)
981
971
}
982
972
default :
983
973
GGML_ABORT (" GGML tensor type not supported!\n " );
984
- break ;
985
974
}
986
975
}
987
976
@@ -1013,7 +1002,6 @@ inline void ggml_sycl_op_log(ggml_backend_sycl_context & ctx, ggml_tensor * dst)
1013
1002
}
1014
1003
default :
1015
1004
GGML_ABORT (" GGML tensor type not supported!\n " );
1016
- break ;
1017
1005
}
1018
1006
}
1019
1007
@@ -1045,7 +1033,6 @@ inline void ggml_sycl_op_sigmoid(ggml_backend_sycl_context & ctx, ggml_tensor *
1045
1033
}
1046
1034
default :
1047
1035
GGML_ABORT (" GGML tensor type not supported!\n " );
1048
- break ;
1049
1036
}
1050
1037
}
1051
1038
@@ -1078,7 +1065,6 @@ inline void ggml_sycl_op_sqrt(ggml_backend_sycl_context & ctx, ggml_tensor * dst
1078
1065
}
1079
1066
default :
1080
1067
GGML_ABORT (" GGML tensor type not supported!\n " );
1081
- break ;
1082
1068
}
1083
1069
}
1084
1070
@@ -1110,7 +1096,6 @@ inline void ggml_sycl_op_sin(ggml_backend_sycl_context & ctx, ggml_tensor * dst)
1110
1096
}
1111
1097
default :
1112
1098
GGML_ABORT (" GGML tensor type not supported!\n " );
1113
- break ;
1114
1099
}
1115
1100
}
1116
1101
@@ -1142,7 +1127,6 @@ inline void ggml_sycl_op_cos(ggml_backend_sycl_context & ctx, ggml_tensor * dst)
1142
1127
}
1143
1128
default :
1144
1129
GGML_ABORT (" GGML tensor type not supported!\n " );
1145
- break ;
1146
1130
}
1147
1131
}
1148
1132
@@ -1174,7 +1158,6 @@ inline void ggml_sycl_op_step(ggml_backend_sycl_context & ctx, ggml_tensor * dst
1174
1158
}
1175
1159
default :
1176
1160
GGML_ABORT (" GGML tensor type not supported!\n " );
1177
- break ;
1178
1161
}
1179
1162
}
1180
1163
@@ -1206,7 +1189,6 @@ inline void ggml_sycl_op_neg(ggml_backend_sycl_context & ctx, ggml_tensor * dst)
1206
1189
}
1207
1190
default :
1208
1191
GGML_ABORT (" GGML tensor type not supported!\n " );
1209
- break ;
1210
1192
}
1211
1193
}
1212
1194
@@ -1241,7 +1223,6 @@ inline void ggml_sycl_op_leaky_relu(ggml_backend_sycl_context & ctx, ggml_tensor
1241
1223
}
1242
1224
default :
1243
1225
GGML_ABORT (" GGML tensor type not supported!\n " );
1244
- break ;
1245
1226
}
1246
1227
}
1247
1228
@@ -1273,7 +1254,6 @@ inline void ggml_sycl_op_sqr(ggml_backend_sycl_context & ctx, ggml_tensor * dst)
1273
1254
}
1274
1255
default :
1275
1256
GGML_ABORT (" GGML tensor type not supported!\n " );
1276
- break ;
1277
1257
}
1278
1258
}
1279
1259
@@ -1315,7 +1295,6 @@ inline void ggml_sycl_op_upscale(ggml_backend_sycl_context & ctx, ggml_tensor *
1315
1295
}
1316
1296
default :
1317
1297
GGML_ABORT (" GGML tensor type not supported!\n " );
1318
- break ;
1319
1298
}
1320
1299
}
1321
1300
@@ -1350,7 +1329,6 @@ inline void ggml_sycl_op_pad(ggml_backend_sycl_context & ctx, ggml_tensor * dst)
1350
1329
}
1351
1330
default :
1352
1331
GGML_ABORT (" GGML tensor type not supported!\n " );
1353
- break ;
1354
1332
}
1355
1333
}
1356
1334
@@ -1388,7 +1366,6 @@ inline void ggml_sycl_op_clamp(ggml_backend_sycl_context & ctx, ggml_tensor * ds
1388
1366
}
1389
1367
default :
1390
1368
GGML_ABORT (" GGML tensor type not supported!\n " );
1391
- break ;
1392
1369
}
1393
1370
}
1394
1371
0 commit comments