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

Missing includes of <boost/thread/lock_guard.hpp> #162

Open bmerry opened 10 years ago

bmerry commented 10 years ago

When I try to build Bolt from source, I get numerous errors about lock_guard because <boost/thread/lock_guard.hpp> is not included anywhere. This could be because I'm using my system's version of Boost (1.53) rather than using the superbuild.