Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Wilbur is uber slow

  1. #11
    Professional Artist
    Join Date
    May 2007
    Location
    Carrollton, TX
    Posts
    62

    Post

    Quote Originally Posted by loogie View Post
    yeah 6000x4000 isnt large its huge. problem is quadcore/ram/etc doesnt make much of a dent in these operations cause your limited to 2_4 processes... only real way to speed such up would be to use something like nvidias cuda... basically a small supercomputer in a graphics card case... problem is things need to be programmed to utilize it... the manifold gis system is the only system i've seen use it, and while i hate manifold... they have been getting some strong results (a geoprocess that takes 10 min to run took under 5 seconds in a test they did in ottawa at a conference...) seems like it may be the processing way to go... interesting none the less
    It would probably be cheaper just to buy yourself a little netbook so you can go check your email or surf the web or whatever while it's rendering!

    Seriously, we've got a couple of desktop systems here at the house that are never even connected to the internet any more.
    Butch Curry
    Zombie Nirvana Games
    http://www.zombienirvana.com

  2. #12
    Guild Adept loogie's Avatar
    Join Date
    Mar 2008
    Location
    Strathroy, ON
    Posts
    371

    Post

    you'd be surprized... the cheapest cuda card is either 250 - 600... not to shabby for a supercomputer... thats why its a big deal... makes that type of computing possible at a low price... as for cuda, its basically a card with hundreds of small processors, like 600-800 or something... alone they would struggle to match the speed of computers years ago... but together 800 tiny processors eat away at processes like ants eat leaves... intersting idea, and it has been proven... now its just up to the masses to accept it.
    Photoshop, CC3, ArcGIS, Bryce, Illustrator, Maptool

  3. #13
    Administrator Redrobes's Avatar
    Join Date
    Dec 2007
    Location
    England
    Posts
    7,198
    Blog Entries
    8

    Post

    CUDA is very good at doing some jobs but not all. I looked into it for my GTS for a while but each time I did the calculations it came out at about 5x faster not because the processing power was not enough but there's other factors too. The calculation process needs to be designed to fit in with the CUDA architecture perfectly before it gets big advantages. The problem in short is that the code needs to be custom designed for CUDA. The advantage of writing for quad cores etc is that there is only the need to make the app multithreaded which is not so painful. Also someone was saying that it was limited to 2-4 processes. Thats not really true. You also have to remember that each core has SSE instructions which are 4 way parallel in places. So for example a 64 bit x64 compiled app on a quad core can do 16 math instructions at once. Also as noted each intel core is worth many CUDA elements. My PC is 38GFlops and a cuda card is about 250 so about 6x faster which admittedly is not shabby but you have to be careful with 10min->5sec type comparisons. Only in extreme circumstances can you go faster than 20x speed. Naturally put a heavy card into an old CPU box and the difference is bigger. Then it can be cheaper to dual card a box than get all the Mobo, CPU, Ram etc to get that same speed increase. CUDA is great but its not without its limitations and its a bitch to program with. No C++ for it yet I believe (at least last time I checked a while ago). Not beyond anyones capability but its not an easy ride either. Its specialist and requires a problem sufficiently narrow to apply it. Wilbur is such a problem but its not necessarily worth the programming effort to do it. I like Joes done the right thing and gone multithreaded not CUDA. The new Intel chips are about 80+GFlops. So a dual quad-core box is on par with CUDA cards and theres no code change at all to do it. Thats what nVidia have to worry about all the time. Theres a reason not many people are writing CUDA apps. Its not just its difficulty.

  4. #14
    Guild Adept loogie's Avatar
    Join Date
    Mar 2008
    Location
    Strathroy, ON
    Posts
    371

    Default

    oh i am aware of the foibles of cuda, i was just using manifold as an example of what could be done with the correct support... and like you say it takes extra coding... so unless the masses accept it, such coding will be few and far between. the thing is it is the exact thing that cuda is great for... with the right programming... all in all without spending rediculous ammounts on a computer wilbur is going to take a good long while at that size...
    Photoshop, CC3, ArcGIS, Bryce, Illustrator, Maptool

  5. #15
    Administrator waldronate's Avatar
    Join Date
    Mar 2007
    Location
    The High Desert
    Posts
    3,559

    Post

    Quote Originally Posted by loogie View Post
    yeah 6000x4000 isnt large its huge. problem is quadcore/ram/etc doesnt make much of a dent in these operations cause your limited to 2_4 processes... only real way to speed such up would be to use something like nvidias cuda...
    I"m waiting for OpenCL drivers to become available to simplify my programming. That way I'll be able to get reasonable speedup on GPU and CPU systems.

  6. #16
    Guild Adept loogie's Avatar
    Join Date
    Mar 2008
    Location
    Strathroy, ON
    Posts
    371

    Default

    i heart waldy
    Photoshop, CC3, ArcGIS, Bryce, Illustrator, Maptool

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •