Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.forth > #9049
| From | Bernd Paysan <bernd.paysan@gmx.de> |
|---|---|
| Newsgroups | comp.lang.forth |
| Subject | Re: Would green arrays produce something with a web browser? like a cheap appliance? |
| Date | 2012-01-19 23:27 +0100 |
| Organization | 1&1 Internet AG |
| Message-ID | <jfa5d2$9jp$1@online.de> (permalink) |
| References | (7 earlier) <1b326644-7c60-480c-8fdf-681a23b1111c@34g2000yqm.googlegroups.com> <7x7h0qomxi.fsf@ruckus.brouhaha.com> <bc039b77-257d-43ac-a933-8ee2206f4ceb@m2g2000vbc.googlegroups.com> <jf7ooa$m9$1@online.de> <694c58a1-c5a6-4ea7-be90-834b83f5ca4d@do4g2000vbb.googlegroups.com> |
rickman wrote: > I don't see the comparison to GPUs as they are power hungry devices > and do not lend themselves to applications outside of PCs. I've never > seen them used in any other designs. Although they can be separately > programmed, they don't run an OS and don't work standalone. Well, GPUs as such are power hungry devices, but in terms of power/compute power, they are prett damn'd good. A teraflops (single precision) for 200W? Well, if you only need a gigaflop, a GPU is too big for you. > I think your comparison with FPGAs is not too far off target. I > question the price issue as the Cyclone 5 devices are quite large, > even the smallest. Well, it's a 28nm device. It isn't large, even the largest. It just has a lot of gates on it. Because it uses the latest available technology. > But in general the GA144 is prices in the same > ballpark as low end FPGAs. I don't think it would be easy to get the > same processing speed in a low end FPGA, but then at GA144 won't be so > easy to get working with 100+ MHz signals. A GA144 in 28nm would probably a much more impressive device than a Cyclone 5. But it isn't available. I think the Cyclone 5 with the 144 multipliers will beat a GA144 hands down in whatever task you can imagine. I've done my b16 in similar processes as Chuck did his stuff. But that was because my b16 always was just an add-on to some custom-specific ASIC with analog and power components, and analog+power usually is added to decade old processes (there is a current counter-trend to this, because people want SoCs, and the power+analog should not go into another die). The main reason to deploy the b16 never was speed, it always was area and power consumption (be quick to finish is good for power consumption, too). The IO stuff always was dedicated Verilog, not bit-banging in software. It always cooperated with the CPU, or used DMA to write directly into memory. I heard Chuck talking at EuroForth about 10 years ago, when he started this multi-chip endeaver. He clearly said that he thinks this is a cool idea, but did not know what kind of product that would go into. This is the definition of research project. You have a cool idea, but no product. Research is necessary. But to make it a product, you have to think about how people will use it. In a product-driven development, the requirements are first, the solution (the actual implementation) comes next. -- Bernd Paysan "If you want it done right, you have to do it yourself" http://bernd-paysan.de/
Back to comp.lang.forth | Previous | Next — Previous in thread | Next in thread | Find similar
Would green arrays produce something with a web browser? like a cheap appliance? gavino <gavcomedy@gmail.com> - 2012-01-10 02:28 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? "Elizabeth D. Rather" <erather@forth.com> - 2012-01-10 08:24 -1000
Re: Would green arrays produce something with a web browser? like a cheap appliance? BruceMcF <agila61@netscape.net> - 2012-01-10 10:49 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-01-10 20:48 +0100
Re: Would green arrays produce something with a web browser? like a cheap appliance? BruceMcF <agila61@netscape.net> - 2012-01-11 11:01 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? gavino <gavcomedy@gmail.com> - 2012-02-02 15:49 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Jason Damisch <jasondamisch@yahoo.com> - 2012-01-10 14:45 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-01-11 02:31 +0000
Re: Would green arrays produce something with a web browser? like a cheap appliance? Jason Damisch <jasondamisch@yahoo.com> - 2012-01-10 20:35 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-01-11 07:21 +0000
Re: Would green arrays produce something with a web browser? like a cheap appliance? "Rod Pemberton" <do_not_have@noavailemail.cmm> - 2012-01-11 07:23 -0500
Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-01-11 14:21 +0000
Re: Would green arrays produce something with a web browser? like a cheap appliance? Jason Damisch <jasondamisch@yahoo.com> - 2012-01-11 09:02 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Jason Damisch <jasondamisch@yahoo.com> - 2012-01-11 08:55 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? "Rod Pemberton" <do_not_have@noavailemail.cmm> - 2012-01-11 07:22 -0500
Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-15 11:05 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-01-16 03:56 +0000
Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-16 08:01 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-01-16 16:23 +0000
Re: Would green arrays produce something with a web browser? like a cheap appliance? Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-01-16 20:53 +0000
Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-16 15:12 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-01-17 11:45 +0000
Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-17 04:50 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-01-18 01:00 +0100
Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-17 19:57 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-01-18 16:20 +0000
Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-18 08:11 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-16 12:52 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Paul Rubin <no.email@nospam.invalid> - 2012-01-16 10:30 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-16 12:39 -0800
And the relavant question is ? ????? - was once [Re: Would green arrays produce something with a web browser? like a cheap appliance?] Richard Owlett <rowlett@pcnetinc.com> - 2012-01-16 15:43 -0600
Re: And the relavant question is ? ????? - was once [Re: Would green arrays produce something with a web browser? like a cheap appliance?] "A. K." <akk@nospam.org> - 2012-01-16 23:07 +0100
Re: And the relavant question is ? ????? - was once [Re: Would green arrays produce something with a web browser? like a cheap appliance?] rickman <gnuarm@gmail.com> - 2012-01-16 15:14 -0800
Re: And the relavant question is ? ????? - was once [Re: Would green arrays produce something with a web browser? like a cheap appliance?] Richard Owlett <rowlett@pcnetinc.com> - 2012-01-16 23:06 -0600
Re: And the relavant question is ? ????? - was once [Re: Would green arrays produce something with a web browser? like a cheap appliance?] Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-01-17 19:35 +0000
Re: And the relavant question is ? ????? - was once [Re: Would green arrays produce something with a web browser? like a cheap appliance?] Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-01-17 11:53 +0000
Re: Would green arrays produce something with a web browser? like a cheap appliance? Paul Rubin <no.email@nospam.invalid> - 2012-01-16 22:36 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-18 13:01 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-01-19 01:39 +0100
Re: Would green arrays produce something with a web browser? like a cheap appliance? forther <forther@gmail.com> - 2012-01-18 17:05 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-01-19 22:45 +0100
Re: Would green arrays produce something with a web browser? like a cheap appliance? forther <forther@gmail.com> - 2012-01-19 14:08 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-01-20 00:15 +0100
Re: Would green arrays produce something with a web browser? like a cheap appliance? forther <forther@gmail.com> - 2012-01-18 17:11 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-01-19 14:49 +0000
Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-19 11:30 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-01-20 03:19 +0000
Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-01-21 23:40 +0100
Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-01-22 04:59 +0000
Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-02-07 16:35 +0100
Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-02-07 14:48 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Paul Rubin <no.email@nospam.invalid> - 2012-02-07 17:07 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-02-07 18:18 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? vandys@vsta.org - 2012-02-08 04:08 +0000
Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-02-10 00:12 +0100
Re: Would green arrays produce something with a web browser? like a cheap appliance? "Elizabeth D. Rather" <erather@forth.com> - 2012-02-09 14:59 -1000
Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-02-10 10:23 +0000
Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-02-09 19:58 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-02-10 11:16 +0000
Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-02-10 17:27 +0100
Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-02-10 11:02 +0000
Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-02-10 17:54 +0100
Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-19 11:01 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Paul Rubin <no.email@nospam.invalid> - 2012-01-19 14:26 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-24 06:29 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-01-19 23:27 +0100
Re: Would green arrays produce something with a web browser? like a cheap appliance? gavino <gavcomedy@gmail.com> - 2012-01-23 07:50 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-24 07:08 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Brad <hwfwguy@gmail.com> - 2012-01-25 19:11 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-26 14:14 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Mark Wills <markrobertwills@yahoo.co.uk> - 2012-01-27 03:47 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-01-30 12:53 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? Brad <hwfwguy@gmail.com> - 2012-01-10 17:04 -0800
Re: Would green arrays produce something with a web browser? like a cheap appliance? "Rod Pemberton" <do_not_have@noavailemail.cmm> - 2012-01-11 07:24 -0500
Re: Would green arrays produce something with a web browser? like a cheap appliance? gavino <gavcomedy@gmail.com> - 2012-02-02 15:48 -0800
csiph-web