Parallella: A Supercomputer For Everyone by Adapteva
Parallella: A Supercomputer For Everyone by Adapteva
This is a KICKSTARTER project and really interesting one so i wanted to share, cause i thought you people as programmers would want to know about it.
LINK: http://www.kickstarter.com/projects/ada ... r-everyone
LINK: http://www.kickstarter.com/projects/ada ... r-everyone
Re: Parallella: A Supercomputer For Everyone by Adapteva
...But can I play space invaders on it?
▓▓▓▓▓▒▒▒▒▒░░░░░
Re: Parallella: A Supercomputer For Everyone by Adapteva
If this is so "revolutionary", why the industry (AMD or INTEL or others) are not interested ?
-
jamirokwai
- Enthusiast

- Posts: 798
- Joined: Tue May 20, 2008 2:12 am
- Location: Cologne, Germany
- Contact:
Re: Parallella: A Supercomputer For Everyone by Adapteva
Probably, because AMD and Intel offer CISC-CPUs, not RISC... 
Just optimize your CPU to calculate 100s of add, sub, div, mul per cycle simultaneously. This way, you get some serious speed increase, I think, compared to the much more complicated x64 and such.
Just optimize your CPU to calculate 100s of add, sub, div, mul per cycle simultaneously. This way, you get some serious speed increase, I think, compared to the much more complicated x64 and such.
Regards,
JamiroKwai
JamiroKwai
Re: Parallella: A Supercomputer For Everyone by Adapteva
Bisonte:
Because AMD, Intel got their slow performance increase per year plans for good money earning and they wana make money.
Because AMD, Intel got their slow performance increase per year plans for good money earning and they wana make money.
Re: Parallella: A Supercomputer For Everyone by Adapteva
What a Question ...Bisonte wrote:If this is so "revolutionary", why the industry (AMD or INTEL or others) are not interested ?
You cannot imagine, that someone invents something without giving his knowledge to the big guys? You mean new companies shall not be founded? Everbody who invents something must ask the big guys first?
If you invent a new sort of beer (to stay off topic) and you know people will like it, would you expect that Carlsberg or some international beer company would finance you or is interested in your product? And if they are not interested your beer is bad?
Better write nothing than such a nonsense ... my 2c
The world lives from innovations - your comment is negativ and pessimistic and doesnt help anybody - with your attitude we were still hanging in the trees
--------------
Yes, its an Irish Wolfhound.
Height: 107 cm; Weight: 88 kg
Yes, its an Irish Wolfhound.
Height: 107 cm; Weight: 88 kg
Re: Parallella: A Supercomputer For Everyone by Adapteva
Moooooment.....
I only ask this, because the past shows, that good ideas where mostly captured by "big guys"....
Exceptions proves the rules.
I only ask this, because the past shows, that good ideas where mostly captured by "big guys"....
Exceptions proves the rules.
Re: Parallella: A Supercomputer For Everyone by Adapteva
Some large hostility i sense in the topic's posts :O.
Also you can use OpenCL which apparently can use CPU for many stuff and thus i guess play games... IDK, it's on linux.
Also you can use OpenCL which apparently can use CPU for many stuff and thus i guess play games... IDK, it's on linux.
- Joakim Christiansen
- Addict

- Posts: 2452
- Joined: Wed Dec 22, 2004 4:12 pm
- Location: Norway
- Contact:
Re: Parallella: A Supercomputer For Everyone by Adapteva
They will receive money from me!
I like this idea and I love messing around with MCU's already, so this will be nice to get my hands on in the future!

I like this idea and I love messing around with MCU's already, so this will be nice to get my hands on in the future!
I like logic, hence I dislike humans but love computers.
Re: Parallella: A Supercomputer For Everyone by Adapteva
You can also help the way i did, by telling other people about it, i did it over here and on game maker community but a soul seen that there anyways cause they are careless kiddo community.
I haven't donated myself yet, but i will in next week 120 dollars, if it reaches 3 million ill raise to 250, cause i want 64 core one, but anyways ill be very happy with 16 core one which is few Ghz stronger than my I7 930 and i can make programs withought problems and hardwork that use all 16 cores, unlike my I7 ^^.
I haven't donated myself yet, but i will in next week 120 dollars, if it reaches 3 million ill raise to 250, cause i want 64 core one, but anyways ill be very happy with 16 core one which is few Ghz stronger than my I7 930 and i can make programs withought problems and hardwork that use all 16 cores, unlike my I7 ^^.
Re: Parallella: A Supercomputer For Everyone by Adapteva
That Epiphany chip is very interessting. Thanks for the info, i will keep an eye on it.
Fact is current x86 cores can do many more operations in parallel than current ARM cores. With more instruction pipelines, wider SIMD registers and downbreaking of instructions into micro ops.
The problem is, they need a lot more space and energy in comparision.
Actualy x86 isnt exactly CISC anymore since the Pentium Pro. Intel adapted a lot of ideas from the RISC concept. Also ARM adapted ideas from the CISC concept. The line between both cencepts is very blurred today.jamirokwai wrote:Probably, because AMD and Intel offer CISC-CPUs, not RISC...
Just optimize your CPU to calculate 100s of add, sub, div, mul per cycle simultaneously. This way, you get some serious speed increase, I think, compared to the much more complicated x64 and such.
Fact is current x86 cores can do many more operations in parallel than current ARM cores. With more instruction pipelines, wider SIMD registers and downbreaking of instructions into micro ops.
The problem is, they need a lot more space and energy in comparision.