On 2018-01-23 05:02, Lumin wrote:
> The solution is either to
>  * [dirty hack] modify/remove the __CUDACC_VER line in
> include/crt/common_functions.h

Can't you just

#include <crt/common_functions.h>
#undef __CUDACC_VER__
#define __CUDACC_VER__ whatever-you-need-if-anything
#include <boost>

in caffe? (Probably in some top-level caffe header that is always
included first.)

Would this be fixed in 9.1?

Andreas

Reply via email to