Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. bazel build -c opt --config=cuda --verbose_failures //tensorflow/cc:tutorials_example_trainer
  2. WARNING: Output base '/auto/homes/.cache/bazel/_bazel_/bd4752ce1a89280ab0ba7ef21866f7b1' is on NFS. This may lead to surprising failures and undetermined behavior.
  3. WARNING: Sandboxed execution is not supported on your system and thus hermeticity of actions cannot be guaranteed. See http://bazel.io/docs/bazel-user-manual.html#sandboxing for more information. You can turn off this warning via --ignore_unsupported_sandboxing.
  4. INFO: Found 1 target...
  5. INFO: From Linking tensorflow/cc/tutorials_example_trainer:
  6. bazel-out/local_linux-opt/bin/tensorflow/core/libkernels.lo(constant_op.o): In function `tensorflow::ZerosLikeOp<Eigen::GpuDevice, bool>::Compute(tensorflow::OpKernelContext*)':
  7. constant_op.cc:(.text._ZN10tensorflow11ZerosLikeOpIN5Eigen9GpuDeviceEbE7ComputeEPNS_15OpKernelContextE[_ZN10tensorflow11ZerosLikeOpIN5Eigen9GpuDeviceEbE7ComputeEPNS_15OpKernelContextE]+0x181): undefined reference to `tensorflow::functor::FillFunctor<Eigen::GpuDevice, bool>::operator()(Eigen::GpuDevice const&, Eigen::TensorMap<Eigen::Tensor<bool, 1, 1, long>, 16>, Eigen::TensorMap<Eigen::TensorFixedSize<bool const, Eigen::Sizes<>, 1, long>, 16>)'
  8. collect2: error: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement