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

Amp Scatter and Scatter_if #171

Closed rkskvk closed 10 years ago

rkskvk commented 10 years ago

Added the Amp Implementation of the Scatter and Scatter_if. Resolve some Problems in inner Product routine. Improve the Benchmark Code.