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

[CUSOLVER] Interface gesv! and gels! #2406

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

amontoison
Copy link
Member

@amontoison amontoison commented Jun 2, 2024

  • Interface gesv and gels for solving dense linear problems AX = B (square and rectangular).
    These routines are quite complex because they can use low precision to perform some operations and provide many options to the user.
  • I also created a file helpers.jl to store all structures for CUSOLVER in one file. We already did that in lib/cusparse.

@amontoison amontoison marked this pull request as draft June 2, 2024 05:37
lib/cusolver/base.jl Outdated Show resolved Hide resolved
@maleadt maleadt added cuda libraries Stuff about CUDA library wrappers. enhancement New feature or request labels Sep 18, 2024
@amontoison amontoison marked this pull request as ready for review December 14, 2024 21:23
@amontoison amontoison changed the title [CUSOLVER] Interface gesv and gels [CUSOLVER] Interface gesv! and gels! Dec 14, 2024
Copy link

codecov bot commented Dec 14, 2024

Codecov Report

Attention: Patch coverage is 74.46809% with 48 lines in your changes missing coverage. Please review.

Project coverage is 73.65%. Comparing base (19a08ef) to head (b93fef3).

Files with missing lines Patch % Lines
lib/cusolver/base.jl 58.33% 20 Missing ⚠️
lib/cusolver/helpers.jl 69.69% 20 Missing ⚠️
lib/cusolver/dense.jl 89.18% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2406      +/-   ##
==========================================
- Coverage   73.69%   73.65%   -0.04%     
==========================================
  Files         156      157       +1     
  Lines       15048    15204     +156     
==========================================
+ Hits        11090    11199     +109     
- Misses       3958     4005      +47     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maleadt maleadt merged commit 4e9513b into JuliaGPU:master Dec 16, 2024
1 check passed
@amontoison amontoison deleted the cusolver_gels branch December 16, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda libraries Stuff about CUDA library wrappers. enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants