cjweeks / tensorflow-cmake

Integrate TensorFlow with CMake projects effortlessly
MIT License
331 stars 81 forks source link

Not be able to generate bazel-genfiles/tensorflow/core/kernels folder #29

Open developer-mayuan opened 7 years ago

developer-mayuan commented 7 years ago

I just followed your procedure and the tensorflow can be built successfully. However, when I check bazel-genfiles folder, I found there is not tensorflow/corekernels` folder there. I would like to know what the reason caused this issue. Thanks.

The following is the environment:

lucbettaieb commented 7 years ago

I'm getting this, too. Maybe the version of tensorflow has changed? @cjweeks any idea?

lucbettaieb commented 7 years ago

I think this was because I didn't build for GPU support. @cjweeks Does that sound right to you?

sjdrc commented 6 years ago

In ./configure I selected CUDA and CUDNN support and also have this issue compiling tensorflow 1.2.1 using bazel 5.2.0.

permissionx commented 6 years ago

I met this too, but I'm not sure if it really matters. Hope your responses. @cjweeks

OsamaMazhar commented 6 years ago

I faced this issue too, does it make any difference in further procedures?

developer-mayuan commented 6 years ago

@osamazhar I think it doesn't. That command looks like is prepared for some old versions.