[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Parallella Community Supercomputing for Everyone 2015-04-17T14:30:12+00:00 https://parallella.org/forums/feed.php?f=18&t=2289 2015-04-17T14:30:12+00:00 2015-04-17T14:30:12+00:00 https://parallella.org/forums/viewtopic.php?t=2289&p=13505#p13505 <![CDATA[Re: Harris corner detector and openCL]]>
i'm trying to optimize the sobel application https://github.com/sclukey/parallella-o ... ter/opencl

I think the transmission time between epiphany(kernel) and ARM is too long, when i took the initial sobel program and delete all the instructions and i tried gbb[i] = gaa[i]

the time measured is 0.33 second .

Is there any solution to minimize the transmission time between ARM and epiphany ???

Statistics: Posted by Nader_Jendoubi — Fri Apr 17, 2015 2:30 pm


]]>
2015-04-17T01:17:48+00:00 2015-04-17T01:17:48+00:00 https://parallella.org/forums/viewtopic.php?t=2289&p=13499#p13499 <![CDATA[Re: Harris corner detector and openCL]]>
Get an executable and then figure out if the algorithm works. I assume that you need to pass the routine an image. Find one that is around 20k (i.e. would easily fit onto one core) and run it. That will eliminate any concern about the epiphanies memory getting in the way. Once you have the algorithm working then use bigger and bigger images to test if your partitioning is working.

The only way to operate in the absence of documentation is to solve one problem at a time.

Statistics: Posted by nickoppen — Fri Apr 17, 2015 1:17 am


]]>
2015-04-16T12:25:27+00:00 2015-04-16T12:25:27+00:00 https://parallella.org/forums/viewtopic.php?t=2289&p=13493#p13493 <![CDATA[Re: Harris corner detector and openCL]]> Statistics: Posted by Nader_Jendoubi — Thu Apr 16, 2015 12:25 pm


]]>
2015-04-16T12:04:54+00:00 2015-04-16T12:04:54+00:00 https://parallella.org/forums/viewtopic.php?t=2289&p=13492#p13492 <![CDATA[Re: Harris corner detector and openCL]]> Statistics: Posted by nickoppen — Thu Apr 16, 2015 12:04 pm


]]>
2015-04-14T13:19:28+00:00 2015-04-14T13:19:28+00:00 https://parallella.org/forums/viewtopic.php?t=2289&p=13466#p13466 <![CDATA[Re: Harris corner detector and openCL]]> Statistics: Posted by Nader_Jendoubi — Tue Apr 14, 2015 1:19 pm


]]>
2015-04-11T00:05:35+00:00 2015-04-11T00:05:35+00:00 https://parallella.org/forums/viewtopic.php?t=2289&p=13436#p13436 <![CDATA[Re: Harris corner detector and openCL]]> Statistics: Posted by nickoppen — Sat Apr 11, 2015 12:05 am


]]>
2015-04-10T18:09:20+00:00 2015-04-10T18:09:20+00:00 https://parallella.org/forums/viewtopic.php?t=2289&p=13387#p13387 <![CDATA[Re: Harris corner detector and openCL]]> Statistics: Posted by Nader_Jendoubi — Fri Apr 10, 2015 6:09 pm


]]>
2015-04-10T18:07:01+00:00 2015-04-10T18:07:01+00:00 https://parallella.org/forums/viewtopic.php?t=2289&p=13386#p13386 <![CDATA[Re: Harris corner detector and openCL]]> Statistics: Posted by Nader_Jendoubi — Fri Apr 10, 2015 6:07 pm


]]>
2015-04-10T00:33:16+00:00 2015-04-10T00:33:16+00:00 https://parallella.org/forums/viewtopic.php?t=2289&p=13332#p13332 <![CDATA[Re: Harris corner detector and openCL]]>
clcc [options] file1.cl file2.cl ... [-o output.o]

Try putting the kernel files first and the output second.

Otherwise, see if the JIT compiler works.

Statistics: Posted by nickoppen — Fri Apr 10, 2015 12:33 am


]]>
2015-04-09T16:25:54+00:00 2015-04-09T16:25:54+00:00 https://parallella.org/forums/viewtopic.php?t=2289&p=13329#p13329 <![CDATA[Re: Harris corner detector and openCL]]>
clcc -o device/bin/kernel.o -c device/src/kernel.c


Thanks for your help

Statistics: Posted by Nader_Jendoubi — Thu Apr 09, 2015 4:25 pm


]]>
2015-04-09T14:09:50+00:00 2015-04-09T14:09:50+00:00 https://parallella.org/forums/viewtopic.php?t=2289&p=13328#p13328 <![CDATA[Re: Harris corner detector and openCL]]> i remember that some message with the kind of : e32-elf : no such file e32-objcopy : no such file but when i correct the syntax problems it disappears

when i compile, only that message shows and no file was generated.

Statistics: Posted by Nader_Jendoubi — Thu Apr 09, 2015 2:09 pm


]]>
2015-04-09T10:41:12+00:00 2015-04-09T10:41:12+00:00 https://parallella.org/forums/viewtopic.php?t=2289&p=13320#p13320 <![CDATA[Re: Harris corner detector and openCL]]> Statistics: Posted by nickoppen — Thu Apr 09, 2015 10:41 am


]]>
2015-04-08T21:09:34+00:00 2015-04-08T21:09:34+00:00 https://parallella.org/forums/viewtopic.php?t=2289&p=13310#p13310 <![CDATA[Harris corner detector and openCL]]>
I'm very new in using openCL for Parallella
I expoited the sobel filter project available at the link https://github.com/sclukey/parallella-o ... 148f196f1b

and i write a kernel to realise a harris corner detector application : https://www.dropbox.com/s/64jjr76v2ulxd ... l.txt?dl=0

and i write the host code : https://www.dropbox.com/s/dv6nowou201v06p/host.txt?dl=0

in the kernel code i traduct the harris algorithm and i return the coordinates of a number of pixels used with the function cvcircle to draw circles around the harris points


when i compile the kernel with clcc, get this message : clmesg error: clcc.c(668) : clccl returned non-zero exit status
but i didn't get the .o file
i still don't know what is my fault.

Please i need some help with this code. Can anyone suggest to me any solutions??

Thanks

Statistics: Posted by Nader_Jendoubi — Wed Apr 08, 2015 9:09 pm


]]>