When I use complied utils.cu using build_util.sh, I can generate a .so file with many warnings. However, I got an error when I tried to use "util=tf.load_op_library('./utils.so')" to load the library. For example, the code get an error when runs to line 11 in ba.py. The error is
./utils.so: undefined symbol: _ZN10tensorflow8internal21CheckOpMessageBuilder9NewStringEv
Do you how to solve this issue?
When I use complied utils.cu using build_util.sh, I can generate a .so file with many warnings. However, I got an error when I tried to use "util=tf.load_op_library('./utils.so')" to load the library. For example, the code get an error when runs to line 11 in ba.py. The error is
./utils.so: undefined symbol: _ZN10tensorflow8internal21CheckOpMessageBuilder9NewStringEv
Do you how to solve this issue?