Skip to content
New issue

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

missing algebra methods for KnetArray #273

Open
6 tasks
CarloLucibello opened this issue Feb 17, 2018 · 3 comments
Open
6 tasks

missing algebra methods for KnetArray #273

CarloLucibello opened this issue Feb 17, 2018 · 3 comments

Comments

@CarloLucibello
Copy link
Collaborator

CarloLucibello commented Feb 17, 2018

  • inv
  • det
  • logdet
  • chol
  • svd
  • qr

xref denizyuret/AutoGrad.jl#45 for missing gradients

@chinmay2312
Copy link

These function definitions would go in Knet.jl/src/Knet.jl path correct?

@denizyuret
Copy link
Owner

Does cublas have these linear algebra functions?

@CarloLucibello
Copy link
Collaborator Author

CarloLucibello commented Feb 26, 2018

cusolver has cholesky, LU, QR, SVD and LDLT
http://docs.nvidia.com/cuda/cusolver/index.html

cublas has matrix inversion and qr, http://docs.nvidia.com/cuda/cublas/index.html

det and logdet can be determined from QR factorization

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants