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

add ldiv! for CuQR #1192

Closed
wants to merge 1 commit into from
Closed

Conversation

ChrisRackauckas
Copy link
Member

Quite well-tested since it's an upstream of a code used in DiffEq for a few years in https://github.com/SciML/DiffEqBase.jl/blob/v6.73.2/src/init.jl#L78-L83 . It didn't seem like the triangular solves were wrapped (when I wrote this) so it's actually allocating internally, so maybe that could be improved, but it's at least correct.

@maleadt
Copy link
Member

maleadt commented Oct 7, 2021

Thanks. I'll include this in another PR in a minute.

@maleadt maleadt closed this Oct 7, 2021
@maleadt maleadt mentioned this pull request Oct 7, 2021
@maleadt maleadt added the cuda array Stuff about CuArray. label Oct 15, 2021
@ChrisRackauckas ChrisRackauckas deleted the qr_ldiv branch October 21, 2021 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda array Stuff about CuArray.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants