We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0020fbc commit 786b482Copy full SHA for 786b482
opencl/oclkernels.h
@@ -1045,7 +1045,6 @@ KERNEL(
1045
\n histResult[get_group_id(0)] = localHist[0];
1046
\n
1047
\n } // kernel_HistogramRectAllChannelsReduction_Grey
1048
-
1049
)
1050
1051
// ThresholdRectToPix Kernel
@@ -1174,10 +1173,8 @@ void kernel_ThresholdRectToPix_OneChan(
1174
1173
pix[w] = word;
1175
}
1176
1177
1178
1179
1180
1181
KERNEL(
1182
\n#define RED_SHIFT 24\n
1183
\n#define GREEN_SHIFT 16\n
@@ -1209,10 +1206,9 @@ KERNEL(
1209
1206
dstData[pixelIdx] = output;
1210
1207
1211
1208
1212
-#endif
1213
1214
; // close char*
1215
1216
#endif // USE_EXTERNAL_KERNEL
1217
-//#endif //_OCL_KERNEL_H_
+#endif //_OCL_KERNEL_H_
1218
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
0 commit comments