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

Resolved Documentation related EPR=397938 and correct the example code o... #180

Closed rkskvk closed 10 years ago

rkskvk commented 10 years ago

...f the scatter and gather family routine for both AMP and OCL.

changed Path of OCL and AMP scatter and gather family routines to the Modules -- > Algorithms --> Copying group