Skip to content

Increased Speed of Calculations on GPUs - #80

Merged
BoundaryValueProblems merged 3 commits into
UCD4IDS:masterfrom
JaredW40:master
Aug 19, 2026
Merged

Increased Speed of Calculations on GPUs#80
BoundaryValueProblems merged 3 commits into
UCD4IDS:masterfrom
JaredW40:master

Conversation

@JaredW40

Copy link
Copy Markdown
Contributor

The application of fft's was not parallelized, so GPU methods were typically slower than CPU until input size increased significantly. Now, both CUDA and Metal should significantly outperform CPU methods as signal size increases. More testing / fixes may be needed for Metal.

@codecov-commenter

codecov-commenter commented Aug 17, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 87.77778% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.97%. Comparing base (f18c55f) to head (76c9a44).
⚠️ Report is 101 commits behind head on master.

Files with missing lines Patch % Lines
src/apply.jl 87.77% 11 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master      #80       +/-   ##
===========================================
+ Coverage   54.32%   75.97%   +21.64%     
===========================================
  Files           7        8        +1     
  Lines         670      745       +75     
===========================================
+ Hits          364      566      +202     
+ Misses        306      179      -127     

☔ 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.

@BoundaryValueProblems
BoundaryValueProblems merged commit 9608bce into UCD4IDS:master Aug 19, 2026
5 checks passed
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