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

Popular posts from this blog

Java 8 + Maven Javadoc plugin: Error fetching URL -

android - How to delete or change the searchview icon inside the SearchView actionBar? -

c++ - Msgpack packing bools bug -