Hi there,

May I ask why theano gpuarray does not support float64 cholesky 
factorization and triangular solve?
Are there any reason behind that?
I think I can simply hack the code in theano/gpuarray/linalg.py to 
invoke cusolver.cusolverDnDpotrf / cublas.cublasDtrsm / cublas.cublasDtrsv 
rather than cusolver.cusolverDnSpotrf / cublas.cublasStrsm / 
cublas.cublasStrsv to get float64 support?

Best,
Hang

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to theano-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to