did you solve some challenges/puzzles with nVidia CUDA?

discuss the engine, rankings, game ideas, and more
Post Reply
User avatar
dangermouse
Posts: 89
Joined: Sun Jun 05, 2011 8:14 pm
Location: deep space computing AG
Contact:

did you solve some challenges/puzzles with nVidia CUDA?

Post by dangermouse »

I am learning this technology from the book "CUDA by example" by Sanders and Kandrot, I read the first 50 pages and the concepts are easy to grasp, being CUDA C very close to C.

I wonder if you hackers solved some challenges or puzzles with nVidia CUDA and support of a Graphic Processing Unit? If yes which ones? How many CUDA cores does your toaster have on board?

I dream of having a nVidia Tesla Accelerator K20X in my box, imagine 2688 CUDA cores ready to perform computations, with a power drain of only 230W, on board of a normal PCI Express card!

As side note: I believe after GPS devices and smartphones, this could be the next big technological revolution: such boards coupled with a Kinect sensor and a projector might create the first hologram videophones à la Star Wars :-)
Learn the rules if you want to break them effectively. Dalai Lama XV
AMindForeverVoyaging
Forum Admin
Posts: 497
Joined: Sat May 28, 2011 9:14 am
Location: Germany

Post by AMindForeverVoyaging »

might create the first hologram videophones à la Star Wars
Not unless battery technology makes huuuuuge advancements :wink:
contagious
Posts: 36
Joined: Tue May 12, 2009 6:08 pm
Location: Greece

Post by contagious »

AMindForeverVoyaging wrote:
Not unless battery technology makes huuuuuge advancements :wink:
Are you planning to run them on a cell phone? :D
AMindForeverVoyaging
Forum Admin
Posts: 497
Joined: Sat May 28, 2011 9:14 am
Location: Germany

Post by AMindForeverVoyaging »

Oh, wait. There are landline telephones? I forgot. :)
Redford
Posts: 41
Joined: Sat Jul 04, 2009 8:32 pm
Location: Poland
Contact:

Post by Redford »

I'm not using CUDA in my solutions, maybe because I haven't started doing "puzzle challenges" on hacker.org yet ;) But It's very good idea for puzzles which need many computations. Other challenges don't need so much power (rather good ideas and algorithms) ;)
What books do you recommend for quite advanced programmer, who knows nothing about CUDA? ;)
Image
User avatar
dangermouse
Posts: 89
Joined: Sun Jun 05, 2011 8:14 pm
Location: deep space computing AG
Contact:

Post by dangermouse »

ciao Redford, I think "CUDA by Example" is a good entry point, especially if you already know C and its caveats.

I also saw that there are online courses on CUDA from Universities available for free at
https://developer.nvidia.com/cuda-training
Learn the rules if you want to break them effectively. Dalai Lama XV
Redford
Posts: 41
Joined: Sat Jul 04, 2009 8:32 pm
Location: Poland
Contact:

Post by Redford »

Thanks! I'll check this out in free time ;)
Image
Post Reply