Skip to content

fix: add missing function to support howmany parameter with CUDA - #17

Open
svalat wants to merge 3 commits into
fgerick:masterfrom
svalat:fix/howmany
Open

fix: add missing function to support howmany parameter with CUDA#17
svalat wants to merge 3 commits into
fgerick:masterfrom
svalat:fix/howmany

Conversation

@svalat

@svalat svalat commented Sep 1, 2026

Copy link
Copy Markdown

This PR adds some missing functions when wanting to use SHTns.jl with CUDA and parameter hownmany > 1.

It just extends what was already done for the CPU part applying it with CUDA types.

@nschaeff

nschaeff commented Sep 1, 2026

Copy link
Copy Markdown

You use both "sizef" and "size", I think "sizef" are typos, no?

@svalat

svalat commented Sep 1, 2026

Copy link
Copy Markdown
Author

@nschaeff Good catch, this was a typo => fixed.

@codecov

codecov Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 51 lines in your changes missing coverage. Please review.
✅ Project coverage is 43.73%. Comparing base (fe8a932) to head (6de59af).
⚠️ Report is 8 commits behind head on master.

Files with missing lines Patch % Lines
ext/SHTnsCUDAExt/analys.jl 0.00% 21 Missing ⚠️
ext/SHTnsCUDAExt/synth.jl 0.00% 18 Missing ⚠️
ext/SHTnsCUDAExt/sht.jl 0.00% 12 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
- Coverage   49.12%   43.73%   -5.39%     
==========================================
  Files           9        9              
  Lines         458      503      +45     
==========================================
- Hits          225      220       -5     
- Misses        233      283      +50     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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