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

dense QR solver (CPU/GPU) #10

Merged
merged 4 commits into from
Dec 9, 2020
Merged

dense QR solver (CPU/GPU) #10

merged 4 commits into from
Dec 9, 2020

Conversation

sshin23
Copy link
Member

@sshin23 sshin23 commented Dec 9, 2020

this enables

lapackcpu_algorithm = LapackCPU.BUNCHKAUFMAN
lapackgpu_algorithm = LapackGPU.BUNCHKAUFMAN

@codecov-io
Copy link

codecov-io commented Dec 9, 2020

Codecov Report

Merging #10 (fe851e2) into master (256082a) will increase coverage by 0.63%.
The diff coverage is 52.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   87.89%   88.53%   +0.63%     
==========================================
  Files          19       19              
  Lines        2495     2442      -53     
==========================================
- Hits         2193     2162      -31     
+ Misses        302      280      -22     
Impacted Files Coverage Δ
src/LinearSolvers/lapackgpu.jl 0.00% <0.00%> (ø)
src/LinearSolvers/lapackcpu.jl 96.47% <100.00%> (+0.70%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 256082a...fe851e2. Read the comment docs.

@sshin23 sshin23 merged commit 8081b1e into master Dec 9, 2020
@sshin23 sshin23 deleted the ss/qr branch July 6, 2021 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants