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

All AMP function changed for new device_vector. #168

Closed avinashcpandey closed 10 years ago

avinashcpandey commented 10 years ago

Added changes for Merge and Min/Max function in AMP as device_vector changed + Fix for serial and MultiCore path if i/p is device vector for Min Max Function.