You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix shared memory Table size and accesses reporting in GUPS benchmark (#60)
* Fix shared memory Table size and accesses reporting in GUPS benchmark
Based on feedback from rkarim2 in issue #56:
- For shared memory tests, Table size now shows the actual total shared memory used
- Display shared memory allocation details (bytes per block × number of blocks)
- Use correct accesses_per_elem_sh for shared memory tests
- Report size in MB for shared memory vs GB for global memory
This fixes the misleading Table size output that showed irrelevant global memory
sizes (e.g., 4.2 GB) when running shared memory tests.
* Remove comment per reviewer feedback
Removed the comment on line 497 as requested by rkarim2 in PR review.
0 commit comments