Vasily Volkov


E-mail:volkov@cs.berkeley.edu
Phone:(510) 642-3979
Office:447 Soda Hall


I am a fifth year doctoral student in Computer Science interested in high performance computing and numerical linear algebra. My advisor is Prof. James Demmel. I have received 2008-2009 NVIDIA Fellowship. Slides for my SC08 talk complement the paper and are focused on performance programming guidelines for GPUs.
Matrix factorization codes are now available.

My matrix-matrix multiply code is in NVIDIA CUBLAS 2.0.
I have a similar code for the symmetric rank-k update (ssyrk).
My FFT prototype was 3x faster than NVIDIA CUFFT. The ideas behind it are used in OpenCL FFT. (See also slide 38 in David Luebke, "The Past, Present, and Future of GPU Computing".)

I collected performance of 25 implementations of matrix multiply in CS267 where I served as TA.