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

Don't default to 32 bit builds. #229

Open pavanky opened 9 years ago

pavanky commented 9 years ago

Linux systems do not have 32 bit headers and libraries installed by default. Debugging the errors that arise because of this cause a lot of overhead on the users end.