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

Automatically determine batch size in shared-memory GPU transforms #41

Merged
merged 5 commits into from
Oct 28, 2024

Minor changes

4e64bf3
Select commit
Loading
Failed to load commit list.
Merged

Automatically determine batch size in shared-memory GPU transforms #41

Minor changes
4e64bf3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 28, 2024 in 0s

91.09% (-0.54%) compared to 47e4d28

View this Pull Request on Codecov

91.09% (-0.54%) compared to 47e4d28

Details

Codecov Report

Attention: Patch coverage is 68.75000% with 15 lines in your changes missing coverage. Please review.

Project coverage is 91.09%. Comparing base (47e4d28) to head (4e64bf3).

Files with missing lines Patch % Lines
ext/NonuniformFFTsAMDGPUExt.jl 0.00% 5 Missing ⚠️
ext/NonuniformFFTsCUDAExt.jl 0.00% 5 Missing ⚠️
src/gpu_common.jl 81.25% 3 Missing ⚠️
src/spreading/gpu.jl 83.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
- Coverage   91.62%   91.09%   -0.54%     
==========================================
  Files          20       20              
  Lines        1683     1706      +23     
==========================================
+ Hits         1542     1554      +12     
- Misses        141      152      +11     

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