Hello,
I am getting warnings and errors when trying to build TensorFlow 2.8 for CPU and CUDA.
Please direct me to the solution.
Thank you,
Paul Bagwell
My installed versions are:
TensorFlow source, git branch r2.8
Windows 10, version 20H2 Build 19042.1526
Cuda Toolkit 11.2
cuDNN 8.1
Bazel 4.2.1
Python 3.9.10
MSYS2 64bit
Visual Studio Community 2019
nVidia RTX A2000, compute capability 8.6
Here is the error when building for CPU:
- ERROR: An error occurred during the fetch of repository ‘llvm-project’:
Here are the warnings and errors when building for CUDA:
-
WARNING: Download from https://storage.googleapis.com/mirror.tensorflow.org/github.com/tensorflow/runtime/archive/9851cf287f7ac21db2f4baeae7fb3165dec2e1b7.tar.gz failed: class java.io.FileNotFoundException GET returned 404 Not Found
-
ERROR: An error occurred during the fetch of repository ‘local_config_cuda’:
-
ERROR: C:/users/pbagwell/repos/github/tensorflow/WORKSPACE:15:14: fetching cuda_configure rule //external:local_config_cuda: Traceback (most recent call last):
-
Error in fail: Repository command failed
Could not find any cublas_api.h matching version ‘’ in any subdirectory:
Here is the log of the command prompt when building for CPU:
C:\Users\pbagwell\repos\GitHub\tensorflow>bazel build //tensorflow/tools/pip_package:build_pip_package
Starting local Bazel server and connecting to it...
INFO: Options provided by the client:
Inherited 'common' options: --isatty=1 --terminal_columns=143
INFO: Reading rc options for 'build' from c:\users\pbagwell\repos\github\tensorflow\.bazelrc:
Inherited 'common' options: --experimental_repo_remote_exec
INFO: Options provided by the client:
'build' options: --python_path=C:/Users/pbagwell/AppData/Local/Programs/Python/Python39/python.exe
INFO: Reading rc options for 'build' from c:\users\pbagwell\repos\github\tensorflow\.bazelrc:
'build' options: --define framework_shared_object=true --java_toolchain=@tf_toolchains//toolchains/java:tf_java_toolchain --host_java_toolchain=@tf_toolchains//toolchains/java:tf_java_toolchain --define=use_fast_cpp_protos=true --define=allow_oversize_protos=true --spawn_strategy=standalone -c opt --announce_rc --define=grpc_no_ares=true --noincompatible_remove_legacy_whole_archive --enable_platform_specific_config --define=with_xla_support=true --config=short_logs --config=v2 --define=no_aws_support=true --define=no_hdfs_support=true --experimental_cc_shared_library
INFO: Reading rc options for 'build' from c:\users\pbagwell\repos\github\tensorflow\.tf_configure.bazelrc:
'build' options: --action_env PYTHON_BIN_PATH=C:/Users/pbagwell/AppData/Local/Programs/Python/Python39/python.exe --action_env PYTHON_LIB_PATH=C:/Users/pbagwell/AppData/Local/Programs/Python/Python39/lib/site-packages --python_path=C:/Users/pbagwell/AppData/Local/Programs/Python/Python39/python.exe --copt=/d2ReducedOptimizeHugeFunctions --host_copt=/d2ReducedOptimizeHugeFunctions --define=override_eigen_strong_inline=true
INFO: Reading rc options for 'build' from c:\users\pbagwell\repos\github\tensorflow\.bazelrc:
'build' options: --deleted_packages=tensorflow/compiler/mlir/tfrt,tensorflow/compiler/mlir/tfrt/benchmarks,tensorflow/compiler/mlir/tfrt/jit/python_binding,tensorflow/compiler/mlir/tfrt/jit/transforms,tensorflow/compiler/mlir/tfrt/python_tests,tensorflow/compiler/mlir/tfrt/tests,tensorflow/compiler/mlir/tfrt/tests/analysis,tensorflow/compiler/mlir/tfrt/tests/jit,tensorflow/compiler/mlir/tfrt/tests/lhlo_to_tfrt,tensorflow/compiler/mlir/tfrt/tests/tf_to_corert,tensorflow/compiler/mlir/tfrt/tests/tf_to_tfrt_data,tensorflow/compiler/mlir/tfrt/tests/saved_model,tensorflow/compiler/mlir/tfrt/transforms/lhlo_gpu_to_tfrt_gpu,tensorflow/core/runtime_fallback,tensorflow/core/runtime_fallback/conversion,tensorflow/core/runtime_fallback/kernel,tensorflow/core/runtime_fallback/opdefs,tensorflow/core/runtime_fallback/runtime,tensorflow/core/runtime_fallback/util,tensorflow/core/tfrt/common,tensorflow/core/tfrt/eager,tensorflow/core/tfrt/eager/backends/cpu,tensorflow/core/tfrt/eager/backends/gpu,tensorflow/core/tfrt/eager/core_runtime,tensorflow/core/tfrt/eager/cpp_tests/core_runtime,tensorflow/core/tfrt/fallback,tensorflow/core/tfrt/gpu,tensorflow/core/tfrt/run_handler_thread_pool,tensorflow/core/tfrt/runtime,tensorflow/core/tfrt/saved_model,tensorflow/core/tfrt/saved_model/tests,tensorflow/core/tfrt/tpu,tensorflow/core/tfrt/utils
INFO: Found applicable config definition build:short_logs in file c:\users\pbagwell\repos\github\tensorflow\.bazelrc: --output_filter=DONT_MATCH_ANYTHING
INFO: Found applicable config definition build:v2 in file c:\users\pbagwell\repos\github\tensorflow\.bazelrc: --define=tf_api_version=2 --action_env=TF2_BEHAVIOR=1
INFO: Found applicable config definition build:windows in file c:\users\pbagwell\repos\github\tensorflow\.bazelrc: --copt=/W0 --copt=/D_USE_MATH_DEFINES --host_copt=/D_USE_MATH_DEFINES --cxxopt=/std:c++14 --host_cxxopt=/std:c++14 --config=monolithic --copt=-DWIN32_LEAN_AND_MEAN --host_copt=-DWIN32_LEAN_AND_MEAN --copt=-DNOGDI --host_copt=-DNOGDI --copt=/experimental:preprocessor --host_copt=/experimental:preprocessor --linkopt=/DEBUG --host_linkopt=/DEBUG --linkopt=/OPT:REF --host_linkopt=/OPT:REF --linkopt=/OPT:ICF --host_linkopt=/OPT:ICF --verbose_failures --features=compiler_param_file --distinct_host_configuration=false
INFO: Found applicable config definition build:monolithic in file c:\users\pbagwell\repos\github\tensorflow\.bazelrc: --define framework_shared_object=false
INFO: Repository llvm-project instantiated at:
C:/users/pbagwell/repos/github/tensorflow/WORKSPACE:15:14: in <toplevel>
C:/users/pbagwell/repos/github/tensorflow/tensorflow/workspace2.bzl:888:21: in workspace
C:/users/pbagwell/repos/github/tensorflow/tensorflow/workspace2.bzl:526:15: in _tf_repositories
C:/users/pbagwell/repos/github/tensorflow/third_party/llvm/setup.bzl:22:19: in llvm_setup
Repository rule llvm_configure defined at:
C:/users/pbagwell/_bazel_pbagwell/bmn5pjkz/external/llvm-raw/utils/bazel/configure.bzl:83:33: in <toplevel>
ERROR: An error occurred during the fetch of repository 'llvm-project':
Traceback (most recent call last):
File "C:/users/pbagwell/_bazel_pbagwell/bmn5pjkz/external/llvm-raw/utils/bazel/configure.bzl", line 73, column 25, in _llvm_configure_impl
_overlay_directories(repository_ctx)
File "C:/users/pbagwell/_bazel_pbagwell/bmn5pjkz/external/llvm-raw/utils/bazel/configure.bzl", line 62, column 13, in _overlay_directories
fail(("Failed to execute overlay script: '{cmd}'\n" +
Error in fail: Failed to execute overlay script: 'C:/Users/pbagwell/AppData/Local/Programs/Python/Python39/python.exe C:/users/pbagwell/_bazel_pbagwell/bmn5pjkz/external/llvm-raw/utils/bazel/overlay_directories.py --src C:/users/pbagwell/_bazel_pbagwell/bmn5pjkz/external/llvm-raw --overlay C:/users/pbagwell/_bazel_pbagwell/bmn5pjkz/external/llvm-raw/utils/bazel/llvm-project-overlay --target .'
Exited with code 1
stdout:
stderr:
Traceback (most recent call last):
File "C:\users\pbagwell\_bazel_pbagwell\bmn5pjkz\external\llvm-raw\utils\bazel\overlay_directories.py", line 92, in <module>
main(parse_arguments())
File "C:\users\pbagwell\_bazel_pbagwell\bmn5pjkz\external\llvm-raw\utils\bazel\overlay_directories.py", line 80, in main
_symlink_abs(os.path.join(args.overlay, relpath),
File "C:\users\pbagwell\_bazel_pbagwell\bmn5pjkz\external\llvm-raw\utils\bazel\overlay_directories.py", line 64, in _symlink_abs
os.symlink(os.path.abspath(from_path), os.path.abspath(to_path))
OSError: [WinError 1314] A required privilege is not held by the client: 'C:\\users\\pbagwell\\_bazel_pbagwell\\bmn5pjkz\\external\\llvm-raw\\utils\\bazel\\llvm-project-overlay\\.bazelignore' -> 'C:\\users\\pbagwell\\_bazel_pbagwell\\bmn5pjkz\\external\\llvm-project\\.bazelignore'
ERROR: Error fetching repository: Traceback (most recent call last):
File "C:/users/pbagwell/_bazel_pbagwell/bmn5pjkz/external/llvm-raw/utils/bazel/configure.bzl", line 73, column 25, in _llvm_configure_impl
_overlay_directories(repository_ctx)
File "C:/users/pbagwell/_bazel_pbagwell/bmn5pjkz/external/llvm-raw/utils/bazel/configure.bzl", line 62, column 13, in _overlay_directories
fail(("Failed to execute overlay script: '{cmd}'\n" +
Error in fail: Failed to execute overlay script: 'C:/Users/pbagwell/AppData/Local/Programs/Python/Python39/python.exe C:/users/pbagwell/_bazel_pbagwell/bmn5pjkz/external/llvm-raw/utils/bazel/overlay_directories.py --src C:/users/pbagwell/_bazel_pbagwell/bmn5pjkz/external/llvm-raw --overlay C:/users/pbagwell/_bazel_pbagwell/bmn5pjkz/external/llvm-raw/utils/bazel/llvm-project-overlay --target .'
Exited with code 1
stdout:
stderr:
Traceback (most recent call last):
File "C:\users\pbagwell\_bazel_pbagwell\bmn5pjkz\external\llvm-raw\utils\bazel\overlay_directories.py", line 92, in <module>
main(parse_arguments())
File "C:\users\pbagwell\_bazel_pbagwell\bmn5pjkz\external\llvm-raw\utils\bazel\overlay_directories.py", line 80, in main
_symlink_abs(os.path.join(args.overlay, relpath),
File "C:\users\pbagwell\_bazel_pbagwell\bmn5pjkz\external\llvm-raw\utils\bazel\overlay_directories.py", line 64, in _symlink_abs
os.symlink(os.path.abspath(from_path), os.path.abspath(to_path))
OSError: [WinError 1314] A required privilege is not held by the client: 'C:\\users\\pbagwell\\_bazel_pbagwell\\bmn5pjkz\\external\\llvm-raw\\utils\\bazel\\llvm-project-overlay\\.bazelignore' -> 'C:\\users\\pbagwell\\_bazel_pbagwell\\bmn5pjkz\\external\\llvm-project\\.bazelignore'
INFO: Repository flatbuffers instantiated at:
C:/users/pbagwell/repos/github/tensorflow/WORKSPACE:15:14: in <toplevel>
C:/users/pbagwell/repos/github/tensorflow/tensorflow/workspace2.bzl:881:28: in workspace
C:/users/pbagwell/repos/github/tensorflow/tensorflow/workspace2.bzl:66:16: in _initialize_third_party
C:/users/pbagwell/repos/github/tensorflow/third_party/flatbuffers/workspace.bzl:6:20: in repo
C:/users/pbagwell/repos/github/tensorflow/third_party/repo.bzl:128:21: in tf_http_archive
Repository rule _tf_http_archive defined at:
C:/users/pbagwell/repos/github/tensorflow/third_party/repo.bzl:81:35: in <toplevel>
ERROR: C:/users/pbagwell/repos/github/tensorflow/tensorflow/tools/pip_package/BUILD:273:10: //tensorflow/tools/pip_package:build_pip_package depends on //tensorflow/compiler/mlir/tensorflow:gen_mlir_passthrough_op_py in repository @ which failed to fetch. no such package '@llvm-project//mlir': Failed to execute overlay script: 'C:/Users/pbagwell/AppData/Local/Programs/Python/Python39/python.exe C:/users/pbagwell/_bazel_pbagwell/bmn5pjkz/external/llvm-raw/utils/bazel/overlay_directories.py --src C:/users/pbagwell/_bazel_pbagwell/bmn5pjkz/external/llvm-raw --overlay C:/users/pbagwell/_bazel_pbagwell/bmn5pjkz/external/llvm-raw/utils/bazel/llvm-project-overlay --target .'
Exited with code 1
stdout:
stderr:
Traceback (most recent call last):
File "C:\users\pbagwell\_bazel_pbagwell\bmn5pjkz\external\llvm-raw\utils\bazel\overlay_directories.py", line 92, in <module>
main(parse_arguments())
File "C:\users\pbagwell\_bazel_pbagwell\bmn5pjkz\external\llvm-raw\utils\bazel\overlay_directories.py", line 80, in main
_symlink_abs(os.path.join(args.overlay, relpath),
File "C:\users\pbagwell\_bazel_pbagwell\bmn5pjkz\external\llvm-raw\utils\bazel\overlay_directories.py", line 64, in _symlink_abs
os.symlink(os.path.abspath(from_path), os.path.abspath(to_path))
OSError: [WinError 1314] A required privilege is not held by the client: 'C:\\users\\pbagwell\\_bazel_pbagwell\\bmn5pjkz\\external\\llvm-raw\\utils\\bazel\\llvm-project-overlay\\.bazelignore' -> 'C:\\users\\pbagwell\\_bazel_pbagwell\\bmn5pjkz\\external\\llvm-project\\.bazelignore'
ERROR: Analysis of target '//tensorflow/tools/pip_package:build_pip_package' failed; build aborted: Analysis failed
INFO: Elapsed time: 3.724s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (50 packages loaded, 14 targets configured)
currently loading: tensorflow/lite/python ... (2 packages)
Here is the log of the command prompt when building for CUDA:
C:\Users\pbagwell\repos\GitHub\tensorflow>bazel build //tensorflow/tools/pip_package:build_pip_package
WARNING: Option 'java_toolchain' is deprecated
WARNING: Option 'host_java_toolchain' is deprecated
INFO: Options provided by the client:
Inherited 'common' options: --isatty=1 --terminal_columns=143
INFO: Reading rc options for 'build' from c:\users\pbagwell\repos\github\tensorflow\.bazelrc:
Inherited 'common' options: --experimental_repo_remote_exec
INFO: Options provided by the client:
'build' options: --python_path=C:/Users/pbagwell/AppData/Local/Programs/Python/Python39/python.exe
INFO: Reading rc options for 'build' from c:\users\pbagwell\repos\github\tensorflow\.bazelrc:
'build' options: --define framework_shared_object=true --java_toolchain=//tensorflow/tools/toolchains/java:tf_java_toolchain --host_java_toolchain=//tensorflow/tools/toolchains/java:tf_java_toolchain --define=use_fast_cpp_protos=true --define=allow_oversize_protos=true --spawn_strategy=standalone -c opt --announce_rc --define=grpc_no_ares=true --noincompatible_remove_legacy_whole_archive --enable_platform_specific_config --define=with_xla_support=true --config=short_logs --config=v2 --define=no_aws_support=true --define=no_hdfs_support=true --experimental_cc_shared_library
INFO: Reading rc options for 'build' from c:\users\pbagwell\repos\github\tensorflow\.tf_configure.bazelrc:
'build' options: --action_env PYTHON_BIN_PATH=C:/Users/pbagwell/AppData/Local/Programs/Python/Python39/python.exe --action_env PYTHON_LIB_PATH=C:/Users/pbagwell/AppData/Local/Programs/Python/Python39/lib/site-packages --python_path=C:/Users/pbagwell/AppData/Local/Programs/Python/Python39/python.exe --action_env TF_CUDA_VERSION=11.2 --action_env TF_CUDNN_VERSION=8.1 --action_env TF_CUDA_PATHS=C:Program FilesNVIDIA GPU Computing ToolkitCUDAv11.2,C:Program FilesNVIDIACUDNNv8.1 --action_env CUDA_TOOLKIT_PATH=C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2 --action_env TF_CUDA_COMPUTE_CAPABILITIES=8.6 --config=cuda --copt=/d2ReducedOptimizeHugeFunctions --host_copt=/d2ReducedOptimizeHugeFunctions --define=override_eigen_strong_inline=true
INFO: Reading rc options for 'build' from c:\users\pbagwell\repos\github\tensorflow\.bazelrc:
'build' options: --deleted_packages=tensorflow/compiler/mlir/tfrt,tensorflow/compiler/mlir/tfrt/benchmarks,tensorflow/compiler/mlir/tfrt/jit/python_binding,tensorflow/compiler/mlir/tfrt/jit/transforms,tensorflow/compiler/mlir/tfrt/python_tests,tensorflow/compiler/mlir/tfrt/tests,tensorflow/compiler/mlir/tfrt/tests/analysis,tensorflow/compiler/mlir/tfrt/tests/jit,tensorflow/compiler/mlir/tfrt/tests/lhlo_to_tfrt,tensorflow/compiler/mlir/tfrt/tests/tf_to_corert,tensorflow/compiler/mlir/tfrt/tests/tf_to_tfrt_data,tensorflow/compiler/mlir/tfrt/tests/saved_model,tensorflow/compiler/mlir/tfrt/transforms/lhlo_gpu_to_tfrt_gpu,tensorflow/core/runtime_fallback,tensorflow/core/runtime_fallback/conversion,tensorflow/core/runtime_fallback/kernel,tensorflow/core/runtime_fallback/opdefs,tensorflow/core/runtime_fallback/runtime,tensorflow/core/runtime_fallback/util,tensorflow/core/tfrt/common,tensorflow/core/tfrt/eager,tensorflow/core/tfrt/eager/backends/cpu,tensorflow/core/tfrt/eager/backends/gpu,tensorflow/core/tfrt/eager/core_runtime,tensorflow/core/tfrt/eager/cpp_tests/core_runtime,tensorflow/core/tfrt/gpu,tensorflow/core/tfrt/run_handler_thread_pool,tensorflow/core/tfrt/runtime,tensorflow/core/tfrt/saved_model,tensorflow/core/tfrt/graph_executor,tensorflow/core/tfrt/saved_model/tests,tensorflow/core/tfrt/tpu,tensorflow/core/tfrt/utils
INFO: Found applicable config definition build:short_logs in file c:\users\pbagwell\repos\github\tensorflow\.bazelrc: --output_filter=DONT_MATCH_ANYTHING
INFO: Found applicable config definition build:v2 in file c:\users\pbagwell\repos\github\tensorflow\.bazelrc: --define=tf_api_version=2 --action_env=TF2_BEHAVIOR=1
INFO: Found applicable config definition build:cuda in file c:\users\pbagwell\repos\github\tensorflow\.bazelrc: --repo_env TF_NEED_CUDA=1 --crosstool_top=@local_config_cuda//crosstool:toolchain --@local_config_cuda//:enable_cuda
INFO: Found applicable config definition build:windows in file c:\users\pbagwell\repos\github\tensorflow\.bazelrc: --copt=/W0 --copt=/D_USE_MATH_DEFINES --host_copt=/D_USE_MATH_DEFINES --cxxopt=/std:c++14 --host_cxxopt=/std:c++14 --config=monolithic --copt=-DWIN32_LEAN_AND_MEAN --host_copt=-DWIN32_LEAN_AND_MEAN --copt=-DNOGDI --host_copt=-DNOGDI --copt=/experimental:preprocessor --host_copt=/experimental:preprocessor --linkopt=/DEBUG --host_linkopt=/DEBUG --linkopt=/OPT:REF --host_linkopt=/OPT:REF --linkopt=/OPT:ICF --host_linkopt=/OPT:ICF --verbose_failures --features=compiler_param_file --distinct_host_configuration=false
INFO: Found applicable config definition build:monolithic in file c:\users\pbagwell\repos\github\tensorflow\.bazelrc: --define framework_shared_object=false
INFO: Repository local_config_cuda instantiated at:
C:/users/pbagwell/repos/github/tensorflow/WORKSPACE:15:14: in <toplevel>
C:/users/pbagwell/repos/github/tensorflow/tensorflow/workspace2.bzl:868:19: in workspace
C:/users/pbagwell/repos/github/tensorflow/tensorflow/workspace2.bzl:96:19: in _tf_toolchains
Repository rule cuda_configure defined at:
C:/users/pbagwell/repos/github/tensorflow/third_party/gpus/cuda_configure.bzl:1448:33: in <toplevel>
WARNING: Download from https://storage.googleapis.com/mirror.tensorflow.org/github.com/tensorflow/runtime/archive/9851cf287f7ac21db2f4baeae7fb3165dec2e1b7.tar.gz failed: class java.io.FileNotFoundException GET returned 404 Not Found
ERROR: An error occurred during the fetch of repository 'local_config_cuda':
Traceback (most recent call last):
File "C:/users/pbagwell/repos/github/tensorflow/third_party/gpus/cuda_configure.bzl", line 1401, column 38, in _cuda_autoconf_impl
_create_local_cuda_repository(repository_ctx)
File "C:/users/pbagwell/repos/github/tensorflow/third_party/gpus/cuda_configure.bzl", line 978, column 35, in _create_local_cuda_repository
cuda_config = _get_cuda_config(repository_ctx, find_cuda_config_script)
File "C:/users/pbagwell/repos/github/tensorflow/third_party/gpus/cuda_configure.bzl", line 666, column 30, in _get_cuda_config
config = find_cuda_config(repository_ctx, find_cuda_config_script, ["cuda", "cudnn"])
File "C:/users/pbagwell/repos/github/tensorflow/third_party/gpus/cuda_configure.bzl", line 643, column 41, in find_cuda_config
exec_result = _exec_find_cuda_config(repository_ctx, script_path, cuda_libraries)
File "C:/users/pbagwell/repos/github/tensorflow/third_party/gpus/cuda_configure.bzl", line 637, column 19, in _exec_find_cuda_config
return execute(repository_ctx, [python_bin, "-c", decompress_and_execute_cmd])
File "C:/users/pbagwell/repos/github/tensorflow/third_party/remote_config/common.bzl", line 230, column 13, in execute
fail(
Error in fail: Repository command failed
Could not find any cublas_api.h matching version '' in any subdirectory:
''
'include'
'include/cuda'
'include/*-linux-gnu'
'extras/CUPTI/include'
'include/cuda/CUPTI'
of:
ERROR: C:/users/pbagwell/repos/github/tensorflow/WORKSPACE:15:14: fetching cuda_configure rule //external:local_config_cuda: Traceback (most recent call last):
File "C:/users/pbagwell/repos/github/tensorflow/third_party/gpus/cuda_configure.bzl", line 1401, column 38, in _cuda_autoconf_impl
_create_local_cuda_repository(repository_ctx)
File "C:/users/pbagwell/repos/github/tensorflow/third_party/gpus/cuda_configure.bzl", line 978, column 35, in _create_local_cuda_repository
cuda_config = _get_cuda_config(repository_ctx, find_cuda_config_script)
File "C:/users/pbagwell/repos/github/tensorflow/third_party/gpus/cuda_configure.bzl", line 666, column 30, in _get_cuda_config
config = find_cuda_config(repository_ctx, find_cuda_config_script, ["cuda", "cudnn"])
File "C:/users/pbagwell/repos/github/tensorflow/third_party/gpus/cuda_configure.bzl", line 643, column 41, in find_cuda_config
exec_result = _exec_find_cuda_config(repository_ctx, script_path, cuda_libraries)
File "C:/users/pbagwell/repos/github/tensorflow/third_party/gpus/cuda_configure.bzl", line 637, column 19, in _exec_find_cuda_config
return execute(repository_ctx, [python_bin, "-c", decompress_and_execute_cmd])
File "C:/users/pbagwell/repos/github/tensorflow/third_party/remote_config/common.bzl", line 230, column 13, in execute
fail(
Error in fail: Repository command failed
Could not find any cublas_api.h matching version '' in any subdirectory:
''
'include'
'include/cuda'
'include/*-linux-gnu'
'extras/CUPTI/include'
'include/cuda/CUPTI'
of:
INFO: Found applicable config definition build:cuda in file c:\users\pbagwell\repos\github\tensorflow\.bazelrc: --repo_env TF_NEED_CUDA=1 --crosstool_top=@local_config_cuda//crosstool:toolchain --@local_config_cuda//:enable_cuda
WARNING: Option 'java_toolchain' is deprecated
WARNING: Option 'host_java_toolchain' is deprecated
ERROR: @local_config_cuda//:enable_cuda :: Error loading option @local_config_cuda//:enable_cuda: Repository command failed
Could not find any cublas_api.h matching version '' in any subdirectory:
''
'include'
'include/cuda'
'include/*-linux-gnu'
'extras/CUPTI/include'
'include/cuda/CUPTI'
of: