Page 1 of 1

How to get rid of opencl debug messages ?

PostPosted: Sat Jun 14, 2014 7:05 am
by censix
My kernels execute successfully and I am at a stage were I would like to get rid of the (debug?) messages produced
by libcoprthr_opencl, such as:

(0,0) 4 4 4 4 4 reg: config=0x0 status=0x51 pc=0x8e0005c2 imask=0x3ff ipend=0x0
(0,1) 4 4 4 4 4 reg: config=0x0 status=0x51 pc=0x8e0005c2 imask=0x3ff ipend=0x0
(0,2) 4 4 4 4 4 reg: config=0x0 status=0x51 pc=0x8e0005c2 imask=0x3ff ipend=0x0
(0,3) 4 4 4 4 4 reg: config=0x0 status=0x51 pc=0x8e0005c2 imask=0x3ff ipend=0x0
(1,0) 4 4 4 4 4 reg: config=0x0 status=0x51 pc=0x8e0005c2 imask=0x3ff ipend=0x0
(1,1) 4 4 4 4 4 reg: config=0x0 status=0x51 pc=0x8e0005c2 imask=0x3ff ipend=0x0
(1,2) 4 4 4 4 4 reg: config=0x0 status=0x51 pc=0x8e0005c2 imask=0x3ff ipend=0x0
(1,3) 4 4 4 4 4 reg: config=0x0 status=0x51 pc=0x8e0005c2 imask=0x3ff ipend=0x0
(2,0) 4 4 4 4 4 reg: config=0x0 status=0x51 pc=0x8e0005c2 imask=0x3ff ipend=0x0
(2,1) 4 4 4 4 4 reg: config=0x0 status=0x51 pc=0x8e0005c2 imask=0x3ff ipend=0x0
(2,2) 4 4 4 4 4 reg: config=0x0 status=0x51 pc=0x8e0005c2 imask=0x3ff ipend=0x0
(2,3) 4 4 4 4 4 reg: config=0x0 status=0x51 pc=0x8e0005c2 imask=0x3ff ipend=0x0
(3,0) 4 4 4 4 4 reg: config=0x0 status=0x51 pc=0x8e0005c2 imask=0x3ff ipend=0x0
(3,1) 4 4 4 4 4 reg: config=0x0 status=0x51 pc=0x8e0005c2 imask=0x3ff ipend=0x0
(3,2) 4 4 4 4 4 reg: config=0x0 status=0x51 pc=0x8e0005c2 imask=0x3ff ipend=0x0
(3,3) 4 4 4 4 4 reg: config=0x0 status=0x51 pc=0x8e0005c2 imask=0x3ff ipend=0x0
....

Could someone help by pointing out to me where I can disable this ( i.e. when rebuilding the Epiphany SDK + BDT libs from source ?)

Many thanks!

Re: How to get rid of opencl debug messages ?

PostPosted: Sun Oct 26, 2014 8:13 pm
by syedshabihhasan
I have been working with a couple of friends on a project and were wondering the same thing. Any answers would be much appreciated.