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

Bandwidth fix #124

Open
wants to merge 1 commit into
base: HiRep-CUDA
Choose a base branch
from
Open

Conversation

sofiemartins
Copy link

The GPU bandwidth was overestimated, because a write was counted as a read/write, which is right for CPUs but not for streaming devices such as GPUs.

Note: This was manually accounted for in the proceedings.

Copy link

codecov bot commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.73%. Comparing base (aedc195) to head (693aa2a).
Report is 90 commits behind head on HiRep-CUDA.

Additional details and impacted files
@@              Coverage Diff               @@
##           HiRep-CUDA     #124      +/-   ##
==============================================
+ Coverage       49.02%   49.73%   +0.70%     
==============================================
  Files             193      383     +190     
  Lines           30047    58989   +28942     
  Branches         6176    11388    +5212     
==============================================
+ Hits            14731    29337   +14606     
- Misses          13789    26801   +13012     
- Partials         1527     2851    +1324     

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

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