mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Hardware (https://www.mersenneforum.org/forumdisplay.php?f=9)
-   -   Tilera - Manycore (https://www.mersenneforum.org/showthread.php?t=16525)

lorgix 2012-02-12 12:08

Tilera - Manycore
 
[URL="http://www.tilera.com/products/processors/TILE-Gx-3000"]Could this be a good siever?[/URL] (ECM?)

Tilera has created a 100-core processor and some other interesting stuff.

Does anyone here have experience with their products?

science_man_88 2012-02-12 12:45

[QUOTE=lorgix;289129][URL="http://www.tilera.com/products/processors/TILE-Gx-3000"]Could this be a good siever?[/URL] (ECM?)

Tilera has created a 100-core processor and some other interesting stuff.

Does anyone here have experience with their products?[/QUOTE]

no I don't have experience with the products. without accounting for latency etc. the 100 core at 1.5 GHz is about 22 times my 2 core processor.

xilman 2012-02-12 15:46

[QUOTE=lorgix;289129][URL="http://www.tilera.com/products/processors/TILE-Gx-3000"]Could this be a good siever?[/URL] (ECM?)

Tilera has created a 100-core processor and some other interesting stuff.

Does anyone here have experience with their products?[/QUOTE]Strangely enough I was looking at their web page a couple of days ago, though for entirely different reasons.

There product may be very interesting indeed but until relatively easy access to a working system is available it's hard to make any significant comment.

science_man_88 2012-02-12 16:53

[QUOTE=science_man_88;289131]no I don't have experience with the products. without accounting for latency etc. the 100 core at 1.5 GHz is about 22 times my 2 core processor.[/QUOTE]

I just realized my calculation is for 1 processor with 3 it's up to 66 times the 8000 series is 4 processors for up to 88 times.

lorgix 2012-02-13 10:21

[QUOTE=science_man_88;289131]no I don't have experience with the products. without accounting for latency etc. the 100 core at 1.5 GHz is about 22 times my 2 core processor.[/QUOTE]
The architecture is different. So IPC differs.

I believe I read somewhere that the CPU-power of the 700MHz ARM in Raspberry Pi was comparable to that of a 300MHz PIII. Another piece of interesting hardware. ($25 with 128MB RAM, or $35 with 256MB RAM + Ethernet and an extra USB 2.0)

fivemack 2012-02-13 11:57

So you can get one 700MHz ALU from Raspberry Pi for $25 and 2.5 watts, or 1792 800MHz ALUs from AMD for $500 and 250 watts, and the software hasn't been ported to either.

Tilera are packet-processing machines, as far as I can see their role is to have a lot of network interface onto the chip and to be easier to program than an FPGA of similar cost. xilman may well have a more perceptive opinion.

ldesnogu 2012-02-13 13:58

For those interested some documentation is available [URL="http://www.tilera.com/scm/docs/index.html"]here[/URL], including the instruction set.

To sum up what is lacking: divisions and efficient floating-point. The rest looks rather complete and interesting :smile:

fivemack, why are you mentionning AMD? Are you talking about GPGPU?

xilman 2012-02-13 14:05

[QUOTE=fivemack;289262]Tilera are packet-processing machines, as far as I can see their role is to have a lot of network interface onto the chip and to be easier to program than an FPGA of similar cost. xilman may well have a more perceptive opinion.[/QUOTE]My opinion is pretty much the same as yours for all but the 3000 series. I don't yet know enough about the latter to tell whether they are more suited to other applications.

Paul

bsquared 2012-02-13 14:22

[QUOTE=ldesnogu;289270] The rest looks rather complete and interesting :smile:

[/QUOTE]

Yeah, it does... complete cache heirarchy, inter-tile communication via register network, SIMD instructions... It looks like it would be fun to work with.

fivemack 2012-02-13 14:31

[QUOTE=ldesnogu;289270]fivemack, why are you mentionning AMD? Are you talking about GPGPU?[/QUOTE]

Indeed

science_man_88 2012-02-13 14:40

[QUOTE=ldesnogu;289270]For those interested some documentation is available [URL="http://www.tilera.com/scm/docs/index.html"]here[/URL], including the instruction set.

To sum up what is lacking: divisions and efficient floating-point. The rest looks rather complete and interesting :smile:

fivemack, why are you mentionning AMD? Are you talking about GPGPU?[/QUOTE]

can't divisions be affectively done via other things ?

ldesnogu 2012-02-13 15:20

[QUOTE=science_man_88;289277]can't divisions be affectively done via other things ?[/QUOTE]
Yes, but that's pricey (unless the divisor is constant in which case you can replace the div with mul and a small number of low-cost operations): it can be done the way you do it by hand, working in base 2 instead of base 10.

bsquared 2012-02-13 15:49

[QUOTE=ldesnogu;289279]Yes, but that's pricey (unless the divisor is constant in which case you can replace the div with mul and a small number of low-cost operations): it can be done the way you do it by hand, working in base 2 instead of base 10.[/QUOTE]

Fortunately for sieving, division is not in the critical path. When it is necessary, as you say, it can be replaced by multiplication by stored inverses of primes modulo carefully chosen powers of 2.

lorgix 2012-02-13 16:37

[QUOTE=xilman;289150]Strangely enough I was looking at their web page a couple of days ago, though for entirely different reasons.

There product may be very interesting indeed but until relatively easy access to a working system is available it's hard to make any significant comment.[/QUOTE]
[URL="http://www.tomshardware.com/news/Tilera-100-core-CPU-200-cores-Serve-processors-Multi-core-CPUs,14543.html"]Expected to ship later this year. According to Tom's Hardware.[/URL]

200 cores next year.

science_man_88 2012-03-03 15:10

[QUOTE=fivemack;289262]So you can get one 700MHz ALU from Raspberry Pi for $25 and 2.5 watts, or 1792 800MHz ALUs from AMD for $500 and 250 watts, and the software hasn't been ported to either.

Tilera are packet-processing machines, as far as I can see their role is to have a lot of network interface onto the chip and to be easier to program than an FPGA of similar cost. xilman may well have a more perceptive opinion.[/QUOTE]


[URL="http://ca.finance.yahoo.com/news/35-raspberry-pi-computer-sells-175320248.html"]$35 Raspberry Pi computer sells out on launch[/URL]

[QUOTE]Almost immediately, the Raspberry Pi Foundation, the non-profit group that designed the computers as a device that young people could learn how to program, was flooded with complaints from customers who couldn't access the distributor websites to place their orders.[/QUOTE]


All times are UTC. The time now is 22:38.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.