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

Bolt1.2: Ubuntu 32bit: gcc4.8.1: std::stable_sort api compilation failure #217

Closed jhkumar closed 10 years ago

jhkumar commented 10 years ago

when std::sort function call on device_vector, means running function on CPU when we have data on GPU. These are working fine on Windows 32/64 and linux 64bit. We are seeing this only on 32 bit linux which may be because of compiler restriction.