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

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -