hpcgarage / spatter

Benchmark for measuring the performance of sparse and irregular memory access.
Other
75 stars 15 forks source link

Fix Issues with CUDA Backend #207

Closed radelja closed 2 months ago

radelja commented 2 months ago

Overview

This PR resolves #201 by updating the report function and addresses an out-of-memory error by moving the device buffers from the ConfigurationBase class to the ClArgs struct.

✨ Change Description/Rationale

πŸ‘€ Reviewer Checklist

βœ… PR Checklist

πŸš€ TODOs

πŸ“Œ Future Work