Kevin comments on Open Thread: March 2010, part 3 - Less Wrong

3 Post author: RobinZ 19 March 2010 03:14AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (254)

You are viewing a single comment's thread.

Comment author: Kevin 21 March 2010 03:42:22AM 1 point [-]

What Would You Do With 48 Cores? (essay contest)

http://blogs.amd.com/work/2010/03/03/48-cores-contest/

Comment author: bogus 21 March 2010 04:06:23AM *  4 points [-]

That's actually a very interesting question. You'd want a problem which:

  1. is either embarrassingly parallel or large enough to get a decent speedup,
  2. involves a fair amount of complex branching and logic, such that GPGPU would be unsuitable,
  3. cannot be efficiently solved by "shared nothing", message-passing systems, such as Beowulf clusters and grid computing.

The link also states that the aim should be "to help society, to help others" and to "make the world a better, more interesting place". Here's a start; in fact, many of these problems are fairly relevant to AI.

Comment author: CannibalSmith 24 March 2010 02:13:25PM 3 points [-]

Finally get to play Crysis.

Write a real time ray tracer.