sjperkins / tfopgen

Generate C++ and CUDA boilerplate for tensorflow custom operators
MIT License
20 stars 4 forks source link

Devices and external libraries options, make install, Makefile fix #4

Closed nicolaspi closed 2 years ago

nicolaspi commented 7 years ago
nicolaspi commented 7 years ago

Looks like a version issue with tensorflow, the linker does not find libtensorflow_framework.so which was introduced by this commit (19 days ago).

sjperkins commented 7 years ago

Thanks for the PR. It looks like the new libtensorflow_framework.so linking style is going into tensorflow 1.4.0 (see https://github.com/tensorflow/tensorflow/issues/13607 for e.g.). It would probably be best to wait for this release before merging this and releasing a new tfopgen.