We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inv
det
logdet
chol
svd
qr
xref denizyuret/AutoGrad.jl#45 for missing gradients
The text was updated successfully, but these errors were encountered:
These function definitions would go in Knet.jl/src/Knet.jl path correct?
Sorry, something went wrong.
Does cublas have these linear algebra functions?
cusolver has cholesky, LU, QR, SVD and LDLT http://docs.nvidia.com/cuda/cusolver/index.html
cusolver
cublas has matrix inversion and qr, http://docs.nvidia.com/cuda/cublas/index.html
cublas
det and logdet can be determined from QR factorization
No branches or pull requests
inv
det
logdet
chol
svd
qr
xref denizyuret/AutoGrad.jl#45 for missing gradients
The text was updated successfully, but these errors were encountered: