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 the .h and .inl for scatter and gather routines in include/bolt/bt... #177

Closed rkskvk closed 10 years ago

rkskvk commented 10 years ago

...bb/detail/inner_product.inl And Benchmark code changes