Tuesday, January 4, 2011

Magma: lapack for GPU’s

More mainstream libraries are now becoming available for GPUs. I suspect this is mostly interesting for dense linear algebra.

1 comment:

  1. I agree on this one. I was trying out a few things and it looks like the overhead of transferring data to GPU often trumps the speed of things done in GPU.
    One place where GPU computation has been effectively used is in solving optimization problems arising in SVM's. One of Prof. Wright's student has done some work. See here: http://pages.cs.wisc.edu/~sklee/

    ReplyDelete