Advertisement
Guest User

Untitled

a guest
Feb 18th, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.03 KB | None | 0 0
  1. INFO: Found 1 test target...
  2. ERROR: /Users/andcj/installdir/tensorflow/tensorflow/core/kernels/BUILD:2117:1: C++ compilation of rule '//tensorflow/core/kernels:cwise_op' failed: cc_wrapper.sh failed: error executing command external/local_config_cc/cc_wrapper.sh -U_FORTIFY_SOURCE -fstack-protector -Wall -Wthread-safety -Wself-assign -fcolor-diagnostics -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG ... (remaining 96 argument(s) skipped): com.google.devtools.build.lib.shell.BadExitStatusException: Process exited with status 1.
  3. In file included from tensorflow/core/kernels/cwise_op_sinh.cc:16:
  4. In file included from ./tensorflow/core/kernels/cwise_ops_common.h:27:
  5. In file included from ./tensorflow/core/kernels/cwise_ops.h:21:
  6. In file included from ./third_party/eigen3/unsupported/Eigen/CXX11/Tensor:4:
  7. In file included from external/eigen_archive/unsupported/Eigen/CXX11/Tensor:14:
  8. In file included from external/eigen_archive/Eigen/Core:371:
  9. external/eigen_archive/unsupported/Eigen/CXX11/../../../Eigen/src/Core/MathFunctions.h:1448:10: error: call to function 'sinh' that is neither visible in the template definition nor found by argument-dependent lookup
  10. return sinh(x);
  11. ^
  12. external/eigen_archive/unsupported/Eigen/CXX11/../../../Eigen/src/Core/functors/UnaryFunctors.h:557:93: note: in instantiation of function template specialization 'Eigen::numext::sinh<Eigen::half>' requested here
  13. EIGEN_DEVICE_FUNC inline const Scalar operator() (const Scalar& a) const { return numext::sinh(a); }
  14. ^
  15. external/eigen_archive/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h:336:12: note: in instantiation of member function 'Eigen::internal::scalar_sinh_op<Eigen::half>::operator()' requested here
  16. return m_functor(m_argImpl.coeff(index));
  17. ^
  18. external/eigen_archive/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h:136:42: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorCwiseUnaryOp<Eigen::internal::scalar_sinh_op<Eigen::half>, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 1, 1, long>, 16, MakePointer> >, Eigen::ThreadPoolDevice>::coeff' requested here
  19. m_leftImpl.coeffRef(i) = m_rightImpl.coeff(i);
  20. ^
  21. external/eigen_archive/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h:93:17: note: in instantiation of member function 'Eigen::TensorEvaluator<const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<Eigen::half, 1, 1, long>, 16, MakePointer>, const Eigen::TensorCwiseUnaryOp<Eigen::internal::scalar_sinh_op<Eigen::half>, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 1, 1, long>, 16, MakePointer> > >, Eigen::ThreadPoolDevice>::evalScalar' requested here
  22. evaluator.evalScalar(i);
  23. ^
  24. external/eigen_archive/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h:157:71: note: in instantiation of member function 'Eigen::internal::EvalRange<Eigen::TensorEvaluator<const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<Eigen::half, 1, 1, long>, 16, MakePointer>, const Eigen::TensorCwiseUnaryOp<Eigen::internal::scalar_sinh_op<Eigen::half>, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 1, 1, long>, 16, MakePointer> > >, Eigen::ThreadPoolDevice>, long, false>::run' requested here
  25. EvalRange<Evaluator, Index, Vectorizable>::run(&evaluator, first, last);
  26. ^
  27. external/eigen_archive/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h:35:59: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  28. internal::TensorExecutor<const Assign, DeviceType>::run(assign, m_device);
  29. ^
  30. ./tensorflow/core/kernels/cwise_ops_common.h:213:17: note: in instantiation of function template specialization 'Eigen::TensorDevice<Eigen::TensorMap<Eigen::Tensor<Eigen::half, 1, 1, long>, 16, MakePointer>, Eigen::ThreadPoolDevice>::operator=<Eigen::TensorCwiseUnaryOp<Eigen::internal::scalar_sinh_op<Eigen::half>, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 1, 1, long>, 16, MakePointer> > >' requested here
  31. out.device(d) = rhs;
  32. ^
  33. ./tensorflow/core/kernels/cwise_ops_common.h:406:5: note: in instantiation of function template specialization 'tensorflow::functor::Assign<Eigen::ThreadPoolDevice, Eigen::TensorMap<Eigen::Tensor<Eigen::half, 1, 1, long>, 16, MakePointer>, Eigen::TensorCwiseUnaryOp<Eigen::internal::scalar_sinh_op<Eigen::half>, const Eigen::TensorMap<Eigen::Tensor<const Eigen::half, 1, 1, long>, 16, MakePointer> > >' requested here
  34. Assign(d, out, in.unaryExpr(typename Functor::func()));
  35. ^
  36. ./tensorflow/core/kernels/cwise_ops_common.h:204:5: note: in instantiation of member function 'tensorflow::functor::UnaryFunctor<Eigen::ThreadPoolDevice, tensorflow::functor::sinh<Eigen::half> >::operator()' requested here
  37. functor::UnaryFunctor<Device, Functor>()(
  38. ^
  39. ./tensorflow/core/kernels/cwise_ops_common.h:194:12: note: in instantiation of member function 'tensorflow::UnaryOp<Eigen::ThreadPoolDevice, tensorflow::functor::sinh<Eigen::half> >::Compute' requested here
  40. explicit UnaryOp(OpKernelConstruction* ctx) : OpKernel(ctx) {
  41. ^
  42. tensorflow/core/kernels/cwise_op_sinh.cc:19:11: note: in instantiation of member function 'tensorflow::UnaryOp<Eigen::ThreadPoolDevice, tensorflow::functor::sinh<Eigen::half> >::UnaryOp' requested here
  43. REGISTER5(UnaryOp, CPU, "Sinh", functor::sinh, float, Eigen::half, double,
  44. ^
  45. external/eigen_archive/unsupported/Eigen/CXX11/../../../Eigen/src/Core/MathFunctions.h:1446:3: note: 'sinh' should be declared prior to the call site or in an associated namespace of one of its arguments
  46. T sinh(const T &x) {
  47. ^
  48. 1 error generated.
  49. Target //tensorflow/core/kernels:cwise_ops_test failed to build
  50. Use --verbose_failures to see the command lines of failed build steps.
  51. INFO: Elapsed time: 6.106s, Critical Path: 5.78s
  52.  
  53. Executed 0 out of 1 test: 1 fails to build.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement