HSA-Libraries / Bolt

Bolt is a C++ template library optimized for GPUs. Bolt provides high-performance library implementations for common algorithms such as scan, reduce, transform, and sort.
Other
373 stars 65 forks source link

Added benchmark code for merge #101

Closed shruti-ramesh closed 10 years ago

kalyanjk commented 10 years ago

Need to sort the data before merging. Sorting should be outside the timing calls.