tensorflow 1.2.1 CUDA 8.0.61.2
当使用bazel编译tensorflow时,我得到一个错误:
./tensorflow/core/util/cuda_kernel_helper.h(620):错误:未定义标识符"__shfl“
./tensorflow/core/util/cuda_kernel_helper.h(640):错误:未定义标识符"__shfl_up“
./tensorflow/core/util/cuda_kernel_helper.h(660):错误:未定义标识符"__shfl_down“
./tensorflow/core/util/cuda_kernel_helper.h(680):错误:未定义标识符"__shfl_xor“
4在"/tmp/tmpxft_000010d3_00000000-7_depthtospace_op_gpu.cu.cpp1.ii".的编译过程中检测到错误
如何解决这个问题?
gcc版本6.2.1 20160916 (Red Hat 6.2.1-3) (GCC)使用compute 2.0
https://stackoverflow.com/questions/45266594
复制相似问题