[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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]/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 2013-10-15T16:26:55+00:00 https://parallella.org/forums/feed.php?f=23&t=699 2013-10-15T16:26:55+00:00 2013-10-15T16:26:55+00:00 https://parallella.org/forums/viewtopic.php?t=699&p=4372#p4372 <![CDATA[Re: Speed comparison between Epiphany and ARM NEON]]>
I can encode high quality 28Mbit/s h264/mp4 with a camera drawing just a few watts. The MIPS/FLOPS power of my I7 extreme running 12 threads at 4.5 GHz with GTX770 Cuda parallel processing can be seriously huge: but it will draw hundreds of Wats. So there are three main comparison criteria: can a certain problem be programmed on either type of processor, can it be done quick (and also: can the programming be done quick, or is optimizing a hell of a job done by once by the manufacturer for instance), and is it resource efficient (how many chips, how many mm2 on the chips, how much power for starting up and activating the computations, how much memory is used, etc).

If I recall correctly NEON is a parallel machine with use in for instance video encoding which is essentially a form of a Single Instruction Multiple Data processing, probably with some local memory, and it can make use of the memory connections of the ARM processor, probably including it's cache.

The Epiphany chip unless I'm very mistaking has a number of independent Reduced Instruction Set Cores on a shared network, and some local memory, and only an indirect connection to the main memory (off-chip via the network), and no special caching.

Those all properties are different. It may be hard to get the area and power efficiency of the NEON made by Xilinx, but OTOH there are some pretty good chip designers on board at Parallela I've understood, so I don't know what the score should be, apart form generalities: so the scaling should be better with the Epiphany if the network latency and bandwidth are good. it may well be vastly different efficiency predictions are possible!

T.V.

Statistics: Posted by theover — Tue Oct 15, 2013 4:26 pm


]]>
2013-10-15T14:37:03+00:00 2013-10-15T14:37:03+00:00 https://parallella.org/forums/viewtopic.php?t=699&p=4371#p4371 <![CDATA[Re: Speed comparison between Epiphany and ARM NEON]]> Statistics: Posted by ati — Tue Oct 15, 2013 2:37 pm


]]>
2013-10-15T07:08:55+00:00 2013-10-15T07:08:55+00:00 https://parallella.org/forums/viewtopic.php?t=699&p=4364#p4364 <![CDATA[Re: Speed comparison between Epiphany and ARM NEON]]> Statistics: Posted by notzed — Tue Oct 15, 2013 7:08 am


]]>
2013-10-15T06:35:35+00:00 2013-10-15T06:35:35+00:00 https://parallella.org/forums/viewtopic.php?t=699&p=4363#p4363 <![CDATA[Re: Speed comparison between Epiphany and ARM NEON]]> Statistics: Posted by LamsonNguyen — Tue Oct 15, 2013 6:35 am


]]>
2013-10-14T19:03:15+00:00 2013-10-14T19:03:15+00:00 https://parallella.org/forums/viewtopic.php?t=699&p=4357#p4357 <![CDATA[Re: Speed comparison between Epiphany and ARM NEON]]> Statistics: Posted by over9000 — Mon Oct 14, 2013 7:03 pm


]]>
2013-10-14T16:12:49+00:00 2013-10-14T16:12:49+00:00 https://parallella.org/forums/viewtopic.php?t=699&p=4354#p4354 <![CDATA[Speed comparison between Epiphany and ARM NEON]]> Statistics: Posted by ati — Mon Oct 14, 2013 4:12 pm


]]>