Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » General Discussions » General Discussion » Question about nVidia's CUDA. (Is it the future?)
Question about nVidia's CUDA. [message #347794] Thu, 21 August 2008 12:30 Go to next message
nikki6ixx is currently offline  nikki6ixx
Messages: 2545
Registered: August 2007
Karma: 0
General (2 Stars)
My question to anyone here who knows a thing or two about CUDA is whether they think it could be the next big thing in computing, or a big, fancy blip on the roadmap of technology. The reason I'm asking is because I own quite a few nVidia shares, and I need to weigh short-term vs. long-term, etc. I have a good handle on most of their other operations, but CUDA fascinates me, despite me not knowing all too much about its workings.

So does anyone here think CUDA, or its competition from AMD/ATI could turn the computing world on its head?

I've read up about it, at least as much as I can understand, and I am pretty amazed at the amount of power the GPU's of today have. One organization has used CUDA to run programs/applications in half a minute... programs that used to take half an hour, as well as performing other complex applications in real-time!

I'm asking it here, because I know I'll have a better chance of getting some really good answers that will be easy for my small mind to digest. Smile


Renegade:
Aircraftkiller wrote on Fri, 10 January 2014 16:56

The only game where everyone competes to be an e-janitor.
Re: Question about nVidia's CUDA. [message #347859 is a reply to message #347794] Fri, 22 August 2008 02:01 Go to previous messageGo to next message
saberhawk
Messages: 1068
Registered: January 2006
Location: ::1
Karma: 0
General (1 Star)
nikki6ixx wrote on Thu, 21 August 2008 15:30

My question to anyone here who knows a thing or two about CUDA is whether they think it could be the next big thing in computing, or a big, fancy blip on the roadmap of technology. The reason I'm asking is because I own quite a few nVidia shares, and I need to weigh short-term vs. long-term, etc. I have a good handle on most of their other operations, but CUDA fascinates me, despite me not knowing all too much about its workings.

So does anyone here think CUDA, or its competition from AMD/ATI could turn the computing world on its head?

I've read up about it, at least as much as I can understand, and I am pretty amazed at the amount of power the GPU's of today have. One organization has used CUDA to run programs/applications in half a minute... programs that used to take half an hour, as well as performing other complex applications in real-time!

I'm asking it here, because I know I'll have a better chance of getting some really good answers that will be easy for my small mind to digest. Smile


CUDA is awesome if what you need to do doesn't require much branching (ie physics and graphics). Sadly, there's little chance of it running complicated things such as an operating system with the same amount of performance.
Re: Question about nVidia's CUDA. [message #347860 is a reply to message #347794] Fri, 22 August 2008 03:17 Go to previous messageGo to next message
CarrierII is currently offline  CarrierII
Messages: 3804
Registered: February 2006
Location: England
Karma: 0
General (3 Stars)

That's interesting, could be useful for applications that need that sort of processing power (I personally would've just stuck it in another thread) - but it's nice to know about that.



Renguard is a wonderful initiative
Toggle Spoiler
Re: Question about nVidia's CUDA. [message #347872 is a reply to message #347860] Fri, 22 August 2008 07:37 Go to previous messageGo to next message
saberhawk
Messages: 1068
Registered: January 2006
Location: ::1
Karma: 0
General (1 Star)
CarrierII wrote on Fri, 22 August 2008 05:17

That's interesting, could be useful for applications that need that sort of processing power (I personally would've just stuck it in another thread) - but it's nice to know about that.





Threads are nice, but with CUDA you've got hundreds of dedicated floating point processors running your calculations instead of 1 to 8 general purpose processors. Xmas
Re: Question about nVidia's CUDA. [message #347940 is a reply to message #347794] Fri, 22 August 2008 13:46 Go to previous messageGo to next message
_SSnipe_ is currently offline  _SSnipe_
Messages: 4121
Registered: May 2007
Location: Riverside Southern Califo...
Karma: 0
General (4 Stars)
what is cuda i downloaded it i think but did not know what to do or how to run it?
Re: Question about nVidia's CUDA. [message #347941 is a reply to message #347794] Fri, 22 August 2008 14:02 Go to previous messageGo to next message
CarrierII is currently offline  CarrierII
Messages: 3804
Registered: February 2006
Location: England
Karma: 0
General (3 Stars)

I only read a couple of pages, and I can tell you it's a C-type language for running applications on GPU's. Read.


Renguard is a wonderful initiative
Toggle Spoiler
Re: Question about nVidia's CUDA. [message #348201 is a reply to message #347859] Sun, 24 August 2008 14:52 Go to previous messageGo to next message
nikki6ixx is currently offline  nikki6ixx
Messages: 2545
Registered: August 2007
Karma: 0
General (2 Stars)
Saberhawk wrote on Fri, 22 August 2008 04:01


CUDA is awesome if what you need to do doesn't require much branching (ie physics and graphics). Sadly, there's little chance of it running complicated things such as an operating system with the same amount of performance.


That's a shame, but it looks like nVidia realizes this too, as I've been hearing about them developing a 45nm x86 processor. I'm not totally convinced this is true, but it'd be an interesting development, although it would be an absolute nightmare in the patent department.


Renegade:
Aircraftkiller wrote on Fri, 10 January 2014 16:56

The only game where everyone competes to be an e-janitor.
Re: Question about nVidia's CUDA. [message #348235 is a reply to message #347794] Mon, 25 August 2008 01:03 Go to previous messageGo to next message
Ghostshaw is currently offline  Ghostshaw
Messages: 709
Registered: September 2006
Karma: 0
Colonel
NVidia is indeed working on a low voltage x86 processor, its suposed to compete with the VIA CPU's and Intel atom processor. And well CUDA is all fun, but its only usefull for high FPU load stuff and more importantly stuff that can be done accross a shitload of threads. Most normal programs will not benefit from it.

BlackIntel Administrator
Re: Question about nVidia's CUDA. [message #348239 is a reply to message #348235] Mon, 25 August 2008 02:31 Go to previous messageGo to next message
saberhawk
Messages: 1068
Registered: January 2006
Location: ::1
Karma: 0
General (1 Star)
Ghostshaw wrote on Mon, 25 August 2008 03:03

NVidia is indeed working on a low voltage x86 processor, its suposed to compete with the VIA CPU's and Intel atom processor. And well CUDA is all fun, but its only usefull for high FPU load stuff and more importantly stuff that can be done accross a shitload of threads. Most normal programs will not benefit from it.



Except games! Sly
Re: Question about nVidia's CUDA. [message #348240 is a reply to message #347794] Mon, 25 August 2008 02:39 Go to previous messageGo to next message
Ghostshaw is currently offline  Ghostshaw
Messages: 709
Registered: September 2006
Karma: 0
Colonel
Games are not normal programs Wink. And well with games the GPU is already heavily used anyway Razz.

BlackIntel Administrator
Re: Question about nVidia's CUDA. [message #348241 is a reply to message #348240] Mon, 25 August 2008 02:45 Go to previous messageGo to next message
saberhawk
Messages: 1068
Registered: January 2006
Location: ::1
Karma: 0
General (1 Star)
Ghostshaw wrote on Mon, 25 August 2008 04:39

Games are not normal programs Wink. And well with games the GPU is already heavily used anyway Razz.


For the graphics part, sure. But physics which need basically the same type of math are mostly stuck on the CPU due to bandwidth issues (ie getting the data back from the GPU)
Re: Question about nVidia's CUDA. [message #348243 is a reply to message #347794] Mon, 25 August 2008 02:48 Go to previous messageGo to next message
Ghostshaw is currently offline  Ghostshaw
Messages: 709
Registered: September 2006
Karma: 0
Colonel
Well yeah unless you run PhysX of course Wink. Anyway I see a problem with moving Physics to the GPU, it means a Game Developper will have to choose wether he makes kickass Physics or kickass GFX and I am afraid that most will choose GFX over physics.

BlackIntel Administrator
Re: Question about nVidia's CUDA. [message #348245 is a reply to message #348243] Mon, 25 August 2008 03:16 Go to previous messageGo to next message
saberhawk
Messages: 1068
Registered: January 2006
Location: ::1
Karma: 0
General (1 Star)
Ghostshaw wrote on Mon, 25 August 2008 04:48

Well yeah unless you run PhysX of course Wink. Anyway I see a problem with moving Physics to the GPU, it means a Game Developper will have to choose wether he makes kickass Physics or kickass GFX and I am afraid that most will choose GFX over physics.



Unless the physics you run on the GPU don't ever need to come back to the CPU, like particles and 'splosions!
Re: Question about nVidia's CUDA. [message #348281 is a reply to message #348235] Mon, 25 August 2008 17:08 Go to previous message
nikki6ixx is currently offline  nikki6ixx
Messages: 2545
Registered: August 2007
Karma: 0
General (2 Stars)
Ghostshaw wrote on Mon, 25 August 2008 03:03

NVidia is indeed working on a low voltage x86 processor, its suposed to compete with the VIA CPU's and Intel atom processor.


Is this processor intended to have an embedded graphics solution by any chance?

In fact, could you point me to any websites about this processor? Smile


Renegade:
Aircraftkiller wrote on Fri, 10 January 2014 16:56

The only game where everyone competes to be an e-janitor.
Previous Topic: USA in Iraq lol
Next Topic: Troop Ban Poll
Goto Forum:
  


Current Time: Tue Aug 20 04:07:59 MST 2024

Total time taken to generate the page: 0.00868 seconds