PatWie / tensorflow-cmake

TensorFlow examples in C, C++, Go and Python without bazel but with cmake and FindTensorFlow.cmake
Apache License 2.0
439 stars 91 forks source link

Building dll with cuda 10 #36

Closed ttdd11 closed 5 years ago

ttdd11 commented 5 years ago

Great repo!

Have you tried building tensorflow_cc.dll with gpu options?

PatWie commented 5 years ago

There is no windows support yet as I cannot test it and I never had the need to do so.

PatWie commented 5 years ago

But the tests are using CUDA10 on Linux

https://github.com/PatWie/tensorflow-cmake/blob/c50be3f097a8d213f235a337eddc9af99671ef2e/.drone.yml#L19-L29