Wong Hang
2018-10-18 04:15:42 UTC
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
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
---
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.