Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Define det(::CuQRPackedQ) #397

Merged
merged 2 commits into from
Aug 20, 2019
Merged

Define det(::CuQRPackedQ) #397

merged 2 commits into from
Aug 20, 2019

Conversation

tkf
Copy link
Contributor

@tkf tkf commented Aug 20, 2019

Reopen #393.

@maleadt Re #391 (comment), I guess #393 have to be fixed first.

@maleadt
Copy link
Member

maleadt commented Aug 20, 2019

bors try

bors bot added a commit that referenced this pull request Aug 20, 2019
@@ -309,10 +309,12 @@ k = 1
@test norm(d_RR[n+1:end,:]) < tol*norm(A)
@test size(d_F) == size(A)
@test size(d_F.Q, 1) == size(A, 1)
@test det(d_F.Q) ≈ det(collect(d_F.Q * CuMatrix{elty}(I, size(d_F.Q)))) atol=tol*norm(A)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maleadt I think this version addressed the indexing issue #391 (comment)

@bors
Copy link
Contributor

bors bot commented Aug 20, 2019

try

Build succeeded

@maleadt
Copy link
Member

maleadt commented Aug 20, 2019

Yup, looks good. Thanks!

@maleadt maleadt merged commit bad2d32 into JuliaGPU:master Aug 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants