cuda - Cholesky factorization in cublas -
i new cuda programming. want perform cholesky factorization small matrics(8*8) .is there algorithm using cublas batch functions
cuda version-6.5
thank
your matrix sizes small see benefit gpu. however, new cuda 7 version provides cusolver module ( http://docs.nvidia.com/cuda/cusolver/index.html ) can ask. suggest looking up. also, consider sticking cpu , eigen library.
Comments
Post a Comment