-
-
Notifications
You must be signed in to change notification settings - Fork 616
cumsum, UpperTriangular, LowerTriangular operations #388
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
Conversation
|
Looks good, can you add a couple of gradient checks? It'd also be good to support There's a risk with the UpperTriangular support that in-place gradients will error out, but I think that's acceptable (we may have discussed this on slack already?). |
|
Tried to add tests, but they all failed. Not sure what am I doing wrong. |
I will be grateful to receive advice on how to fix these issues. |
|
Sorry for the annoying churn, but would it be convenient to split these into separate PRs for each piece of this? Would be quicker to review that way. |
|
Thanks for the reminder. Will do a separate Tracker.jl PRs for |
|
If that looks good to you then feel free to leave it and we'll merge that instead. Thanks! |
No description provided.