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 XsyevBatched #2577

Merged
merged 4 commits into from
Dec 13, 2024

Conversation

amontoison
Copy link
Member

@amontoison amontoison commented Dec 6, 2024

Requested by @mtanneau.

I found a bug with uplo = 'L' and the precision ComplexF32, I should open a ticket.
I commented the related tests.

Copy link

@mtanneau mtanneau left a comment

Choose a reason for hiding this comment

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

Thank you @amontoison! 🙏

I need to learn how to do this myself 🙃

@testset "syevBatched!" begin
batch_size = 5
for uplo in ('L', 'U')
(uplo == 'L') && (elty == ComplexF32) && continue
Copy link

Choose a reason for hiding this comment

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

Should this have a @test_broken or something similar to avoid forgetting about it in the future?

Copy link
Member Author

@amontoison amontoison Dec 6, 2024

Choose a reason for hiding this comment

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

The issue is that one EVD in the batch randomly fails.
Maybe I should return an error directly in the function if someone wants to use it with this combinaison of parameters (uplo = 'L' and T = ComplexF32).

@maleadt maleadt force-pushed the cusolver_syevBatched branch from c29a227 to dfac79d Compare December 10, 2024 12:49
Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.65%. Comparing base (860eb88) to head (2e38fc6).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2577      +/-   ##
==========================================
+ Coverage   73.60%   73.65%   +0.05%     
==========================================
  Files         156      156              
  Lines       15002    15030      +28     
==========================================
+ Hits        11042    11071      +29     
+ Misses       3960     3959       -1     

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

@maleadt maleadt merged commit ca8f6cf into JuliaGPU:master Dec 13, 2024
1 check passed
maleadt referenced this pull request Jan 8, 2025
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.

3 participants