pmh47 / dirt

DIRT: a fast differentiable renderer for TensorFlow
MIT License
313 stars 63 forks source link

__cudaRegisterFatBinaryEnd #48

Closed wangniancai closed 4 years ago

wangniancai commented 5 years ago

ubuntu16.04 ,cuda10.1 gcc 5.5 tensorflow.python.framework.errors_impl.NotFoundError : ~/dirt/dirt/librasterise.so : undefined symbol : __cudaRegisterFatBinaryEnd

pmh47 commented 5 years ago

What version of tensorflow are you using? Please also try with cuda 10.0; this error is caused by a mismatch between the version of cuda used to compile something (either tensorflow or DIRT), and the version used at runtime. If you are on a system with multiple versions of the cuda toolkit, ensure that DIRT was compiled with the same one that tensorflow is using at runtime.

wangniancai commented 5 years ago

currently I used 1.15.0 ,I will try it with 1.13 and cuda10.0

pmh47 commented 4 years ago

Closing due to inactivity