Hanjun-Dai / graphnn

Training computational graph on top of structured data (string, graph, etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2 errors detected in the compilation of "/tmp/tmpxft_00000897_00000000-4_gpu_handle.cpp4.ii".

BabyCodr opened this issue · comments

I am getting the following errors when running make -j8

/usr/include/tbb/concurrent_vector.h(667): error: ambiguous "?" operation: second operand of type "tbb::internal::concurrent_vector_base_v3::size_type" can be converted to third operand type "tbb::atomic", and vice versa

/usr/include/tbb/concurrent_vector.h(680): error: ambiguous "?" operation: second operand of type "tbb::internal::concurrent_vector_base_v3::size_type" can be converted to third operand type "tbb::atomic", and vice versa

2 errors detected in the compilation of "/tmp/tmpxft_00000897_00000000-4_gpu_handle.cpp4.ii".
make: *** [build/objs/cuda/tensor/gpu_handle.o] Error 2

Is there some potential compatability issues of cuda or centos ?