Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cuda_config.h is required to build non-CUDA release #14454

Closed
abbradar opened this issue Nov 10, 2017 · 8 comments
Closed

cuda_config.h is required to build non-CUDA release #14454

abbradar opened this issue Nov 10, 2017 · 8 comments
Labels
stat:awaiting tensorflower Status - Awaiting response from tensorflower

Comments

@abbradar
Copy link

System information

  • Have I written custom code (as opposed to using a stock example script provided in TensorFlow): No
  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): NixOS 18.03.git.869485a (Impala)
  • TensorFlow installed from (source or binary): source
  • TensorFlow version (use command below): 1.4
  • Python version: 3.5
  • Bazel version (if compiling from source): 0.7.0
  • GCC/Compiler version (if compiling from source): 6.4.0
  • CUDA/cuDNN version: -
  • GPU model and memory: -
  • Exact command to reproduce: bazel build --config=opt //tensorflow/tools/pip_package:build_pip_package

Describe the problem

TensorFlow with CUDA support disabled doesn't build. CUDA support is disabled in ./configure.

Source code / logs

./tensorflow/stream_executor/dso_loader.h:32:30: fatal error: cuda/cuda_config.h: No such file or directory
 #include "cuda/cuda_config.h"
@abbradar
Copy link
Author

It seems that disabling MPI support allows TensorFlow to be built.

@bignamehyp
Copy link
Member

Thanks for your feedback.
What options you picked when running ./configure?

@bignamehyp bignamehyp added the stat:awaiting response Status - Awaiting response from author label Nov 10, 2017
@abbradar
Copy link
Author

      export TF_NEED_GCP=1
      export TF_NEED_HDFS=1
      export TF_ENABLE_XLA=1
      export TF_NEED_MPI=1
      export TF_NEED_CUDA=0

Others by default.

@aselle aselle removed the stat:awaiting response Status - Awaiting response from author label Nov 10, 2017
@bignamehyp
Copy link
Member

@tfboyd @gunan

@bignamehyp bignamehyp added the stat:awaiting tensorflower Status - Awaiting response from tensorflower label Nov 10, 2017
@tensorflowbutler
Copy link
Member

It has been 14 days with no activity and the awaiting tensorflower label was assigned. Please update the label and/or status accordingly.

1 similar comment
@tensorflowbutler
Copy link
Member

It has been 14 days with no activity and the awaiting tensorflower label was assigned. Please update the label and/or status accordingly.

@tensorflowbutler
Copy link
Member

Nagging Awaiting TensorFlower: It has been 14 days with no activity and the awaiting tensorflower label was assigned. Please update the label and/or status accordingly.

1 similar comment
@tensorflowbutler
Copy link
Member

Nagging Awaiting TensorFlower: It has been 14 days with no activity and the awaiting tensorflower label was assigned. Please update the label and/or status accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat:awaiting tensorflower Status - Awaiting response from tensorflower
Projects
None yet
Development

No branches or pull requests

4 participants