Matrix Multiplication

code for matrix multiplication in cuda …plz???
if it is for double precision then it is perfect…

CUBLAS includes a very serviceable DGEMM implementation.

if you are looking for sample source code, check out the CUDA Programming Guide (pp. 20) and the sample project “matrixMul” in the SDK. both are for single-precision though…