issues
search
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
372
stars
65
forks
source link
Changes to make building on Linux simpler
#230
Open
pavanky
opened
9 years ago
pavanky
commented
9 years ago
64bit systems build 64bit binaries by default
use system libraries
Fixes #228
Fixes #229