+ Reply to Thread
Results 1 to 11 of 11
  1. #1
    Pump you sucker! Pump! Chuckiechan's Avatar
    Join Date
    Oct 2001
    Location
    Sacramento, El Norte
    Posts
    15,312

    New Processor Will Have 100 Cores!

     
    New Processor Will Feature 100 Cores | Gadget Lab | Wired.com

    I want one.

    Forget dual-core and quad-core processors: A semiconductor company promises to pack 100 cores into a processor that can be used in applications that require hefty computing punch, like video conferencing, wireless base stations and networking. By comparison, Intel’s latest chips are expected to have just eight cores.
    Geeze... why waste your money on Intel's measly eight cores?
    Obama: The rich have the Federal Reserve and the poor have Harry Reid... LOL. Life really is unfair!

  2. #2
    THE Gimp Clown Fish! nemowolf's Avatar
    Join Date
    Jun 2007
    Location
    Bay Area
    Posts
    4,936
    woah!

  3. #3
    Ultimate Member EXreaction's Avatar
    Join Date
    Aug 2003
    Location
    Madison, WI
    Posts
    15,225
    Blog Entries
    1
    And just what would you do with that?

    It's very unlikely that it'll run any desktop application, and certainly not Windows.
    "The problem with quotations on the internet is that the sources are hard to verify" - Abraham Lincoln

  4. #4
    Reap what you sow Aaron_8015's Avatar
    Join Date
    Nov 2006
    Location
    Portsmouth, UK
    Posts
    4,159
    Blog Entries
    1
    Quote Originally Posted by Chuckiechan View Post
    New Processor Will Feature 100 Cores | Gadget Lab | Wired.com

    I want one.



    Geeze... why waste your money on Intel's measly eight cores?
    Depends how they will compare with a core v core comparrison.....
    I7 920 @ 4.2Ghz/6GB//GTX480 SLI/M4 64 GB + 1.5 TB + 2x 640 GB/Corsair TX950/ASUS blu-ray/ASUS P6X58D-E + X-Fi /LC PCK62

    TechIMO Folding@home Team #111 - Crunching for the cure!

  5. #5
    Anime Otaku RobRich's Avatar
    Join Date
    Oct 2001
    Location
    Tampa, FL USA
    Posts
    115,823
    Blog Entries
    64
    Core count and bandwidth are nice, but the problem of SMP code parallelization remains. If the code does not intrinsically exploit parallelism, you are left with underutilized hardware resources, which is the current problem with mainstream computing. Sure, if you have the right workload and enough development resources, efficient SMP utilization is more of a concern than a roadblock. Then again, you are typically looking at academic and enterprise roles for such workloads - hardly mainstream computing.

    Accordingly, viable software development is the underlying issue of interest. There have been concerns about the software model implemented by Tilera's TILE64 architecture. Unless it breaks from existing SMP programming conventions, TILE64 could become yet another SMP-targeted architecture best suited for niche-market computing roles, IMO of course.

    Anyway, I welcome the effort from a hardware design perspective, and I look forward to seeing its real-world capabilities. In particular, I would like to see its streaming workload efficiency and performance, such as for real-time video encoding.
    Robert Richmond | Infinite perceptions. One reality.
    TechIMO.com Editor-in-Chief

  6. #6
    Anime Otaku RobRich's Avatar
    Join Date
    Oct 2001
    Location
    Tampa, FL USA
    Posts
    115,823
    Blog Entries
    64
    Quote Originally Posted by EXreaction View Post
    And just what would you do with that?

    It's very unlikely that it'll run any desktop application, and certainly not Windows.
    It is a RISC-based architecture. AFAIK, it currently uses (will use?) a SMP-capable port of Linux as a runtime environment.

    Porting existing applications might be straightforward given the POSIX nature of Linux, but performance could be another aspect altogether. Just because you can cross compile with minimal effort, it does not mean the derivative software will perform similarly on another platform.

    Case in point, I run a dual-proc Itanium 2 box as my primary desktop. It runs Debian Linux fine, and I have access to thousands of ported applications via cross compilation. However, few of those typically CISC- and RISC-targeted applications are actually ever optimized for an EPIC/VLIW architecture when porting, so they oftentimes run with sub-optimal performance compared to similar applications developed and/or ported with EPIC/VLIW in mind.
    Robert Richmond | Infinite perceptions. One reality.
    TechIMO.com Editor-in-Chief

  7. #7
    THE Gimp Clown Fish! nemowolf's Avatar
    Join Date
    Jun 2007
    Location
    Bay Area
    Posts
    4,936
    Quote Originally Posted by RobRich View Post
    Core count and bandwidth are nice, but the problem of SMP code parallelization remains. If the code does not intrinsically exploit parallelism, you are left with underutilized hardware resources, which is the current problem with mainstream computing. Sure, if you have the right workload and enough development resources, efficient SMP utilization is more of a concern than a roadblock. Then again, you are typically looking at academic and enterprise roles for such workloads - hardly mainstream computing.

    Accordingly, viable software development is the underlying issue of interest. There have been concerns about the software model implemented by Tilera's TILE64 architecture. Unless it breaks from existing SMP programming conventions, TILE64 could become yet another SMP-targeted architecture best suited for niche-market computing roles, IMO of course.

    Anyway, I welcome the effort from a hardware design perspective, and I look forward to seeing its real-world capabilities. In particular, I would like to see its streaming workload efficiency and performance, such as for real-time video encoding.
    This reminds me of an article I read some time ago, when dual cores were becoming mainstream and quad-cores were on the horizon. The idea of coding a program, in this case it was games for some C&C type game that escapes me, to truely take advantage of each core was the big problem. Everyone knows how to program for a single core but its a whole new world when your taking into account utilizing multi-core environments.

    We have barely passable support for multi-core programming now, a few years later and were pushing the 8-core CPU as the main stream without even giving time to allow for main stream apps to catch up with quad-core. I have a feeling that until the level of education in programming catches up with the multi-core world, anything beyond dual and quad will be outside the norm for programming.

  8. #8
    Member Horrorcosmic's Avatar
    Join Date
    Sep 2008
    Location
    Black Force Domain
    Posts
    278
    Quote Originally Posted by nemowolf View Post
    We have barely passable support for multi-core programming now, a few years later and were pushing the 8-core CPU as the main stream without even giving time to allow for main stream apps to catch up with quad-core. I have a feeling that until the level of education in programming catches up with the multi-core world, anything beyond dual and quad will be outside the norm for programming.
    This reminds me about the Intel vs. Nvidia fight on parrallel processing, Doesn't mean a thing unless the programming takes advantage of it.
    Last edited by Horrorcosmic; October 27th, 2009 at 08:13 PM.

  9. #9
    Anime Otaku RobRich's Avatar
    Join Date
    Oct 2001
    Location
    Tampa, FL USA
    Posts
    115,823
    Blog Entries
    64
    Exactly. If a company wants to capitalize upon multi-core SMP, especially for a new architecture, the associated software development tools can make or break the effort at this point.

    Multi-proc scaling is becoming a serious problem, even for consumer-oriented x86 hardware. The Intel Ct project is taking a step towards addressing the parallel processing issue, but even with such technologies becoming available, programmers should still be looking towards new coding approaches for mainstream software. Intel is already telling software developers to think about utilizing thousands of cores.
    Robert Richmond | Infinite perceptions. One reality.
    TechIMO.com Editor-in-Chief

  10. #10
    Member Horrorcosmic's Avatar
    Join Date
    Sep 2008
    Location
    Black Force Domain
    Posts
    278
    Quote Originally Posted by RobRich View Post
    Exactly. If a company wants to capitalize upon multi-core SMP, especially for a new architecture, the associated software development tools can make or break the effort at this point.

    Multi-proc scaling is becoming a serious problem, even for consumer-oriented x86 hardware. The Intel Ct project is taking a step towards addressing the parallel processing issue, but even with such technologies becoming available, programmers should still be looking towards new coding approaches for mainstream software. Intel is already telling software developers to think about utilizing thousands of cores.

    This is the same exact problem Sony is having with the Playstation 3, no body see's its potential because most games are carried over from Xbox which from a development view is alot like a computer and those games are not developed on a cellchip (SMP processor).

    This is just a 100 core Cellchip.

  11. #11
    [He who is Nude..] Nude_Lewd_Man's Avatar
    Join Date
    Mar 2007
    Location
    My own little world.
    Posts
    11,764
    I was going to say that I wish I could get one - but then you guys start talking at about 23'.............so I won't say that.....
    I've seen the light... It was green, flashy and attached to a Network Interface Card...
    Whenever someone says "You can't miss it", I invariably do...

    TechIMO Folding@home Team #111 - Crunching for the cure!IE Team111 FAQs TEAM STATS Apps

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. $100 processor
    By golfcart in forum Processors, Memory, and Overclocking
    Replies: 17
    Last Post: November 12th, 2004, 08:24 PM
  2. Is running the processor at 100% all the time harmful?
    By Ian in forum Distributed Computing
    Replies: 11
    Last Post: May 17th, 2002, 09:37 PM
  3. [UD] Hard on processor to run at 100%
    By Detritus in forum Distributed Computing
    Replies: 12
    Last Post: April 7th, 2002, 09:15 PM
  4. P-100=100% processor performance?
    By osprey4 in forum Distributed Computing
    Replies: 6
    Last Post: February 24th, 2002, 05:10 PM

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Recommended Sites: ResellerRatings Store Reviews