Skip to content

Commit bf461d1

Browse files
committed
Merge pull request #627 from amroamroamro:cmake35_fix
2 parents 0965aa2 + 4e0b7f3 commit bf461d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/bioinspired/src/opencl/retina_kernel.cl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#define WIDTH_MULTIPLE (32 >> 2)
4848

4949
/////////////////////////////////////////////////////////
50-
//*******************************************************
50+
//------------------------------------------------------
5151
// basicretinafilter
5252
//////////////// _spatiotemporalLPfilter ////////////////
5353
//_horizontalCausalFilter_addInput
@@ -380,13 +380,13 @@ kernel void localLuminanceAdaptation(
380380
output[offset] = (_maxInputValue + X0) * input_val / (input_val + X0 + 0.00000000001f);
381381
}
382382
// end of basicretinafilter
383-
//*******************************************************
383+
//------------------------------------------------------
384384
/////////////////////////////////////////////////////////
385385

386386

387387

388388
/////////////////////////////////////////////////////////
389-
//******************************************************
389+
//------------------------------------------------------
390390
// magno
391391
// TODO: this kernel has too many buffer accesses, better to make it
392392
// vector read/write for fetch efficiency
@@ -427,7 +427,7 @@ kernel void amacrineCellsComputing(
427427
}
428428

429429
/////////////////////////////////////////////////////////
430-
//******************************************************
430+
//------------------------------------------------------
431431
// parvo
432432
// TODO: this kernel has too many buffer accesses, needs optimization
433433
kernel void OPL_OnOffWaysComputing(
@@ -473,7 +473,7 @@ kernel void OPL_OnOffWaysComputing(
473473
}
474474

475475
/////////////////////////////////////////////////////////
476-
//******************************************************
476+
//------------------------------------------------------
477477
// retinacolor
478478
inline int bayerSampleOffset(int step, int rows, int x, int y)
479479
{

0 commit comments

Comments
 (0)