Hanjun-Dai / graphnn

Training computational graph on top of structured data (string, graph, etc)
MIT License
287 stars 91 forks source link

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

Open BabyCodr opened 4 years ago

BabyCodr commented 4 years ago

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 ?