Bug#888071: Compatibility with boost 1.62
Andreas Beckmann
anbe at debian.org
Tue Jan 23 04:37:19 UTC 2018
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
More information about the pkg-nvidia-devel
mailing list