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: Explicitly pass NULL when not requesting svd outputs. #1934

Merged
merged 2 commits into from
Jun 3, 2023

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Jun 2, 2023

The 0D arrays are too cute IMO; sure it's convenient to be able to query strides, but it's a confusing sight when tracing API calls, and causes unnecessary allocations.

I also tried enabling support for m > n svd, as the docs don't mention it being unsupported, but it does still fail...

@maleadt maleadt changed the title CUSOLVER: Pass NULL when not requesting svd outputs. CUSOLVER: Explicitly pass NULL when not requesting svd outputs. Jun 2, 2023
@codecov
Copy link

codecov bot commented Jun 2, 2023

Codecov Report

Patch coverage: 86.95% and project coverage change: +0.01 🎉

Comparison is base (acd245e) 61.99% compared to head (3dc110e) 62.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1934      +/-   ##
==========================================
+ Coverage   61.99%   62.00%   +0.01%     
==========================================
  Files         150      150              
  Lines       12489    12498       +9     
==========================================
+ Hits         7743     7750       +7     
- Misses       4746     4748       +2     
Impacted Files Coverage Δ
lib/cusolver/dense.jl 95.37% <86.95%> (-0.42%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@maleadt maleadt merged commit a50d4aa into master Jun 3, 2023
@maleadt maleadt deleted the tb/svd_null branch June 3, 2023 10:01
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.

1 participant