I am trying to build a tensorflow for armV8 following instruction TensorFlow ARM Setup
After executing command:
bazel --output_user_root=$TMPDIR build --config=sycl_arm -c opt --verbose_failures --copt=-Wno-c++11-narrowing
I got following error:
ERROR: no such package ‘@local_config_sycl//crosstool’: Traceback (most recent call last):
File “/harddisk1/liangzhao/Downloads/tensorflow/third_party/sycl/sycl_configure.bzl”, line 280
_tpl(repository_ctx, “sycl:BUILD”, _get_s…))
File “/harddisk1/liangzhao/Downloads/tensorflow/third_party/sycl/sycl_configure.bzl”, line 280, in _tpl
_get_sycldnn_substitutions(repository_ctx)
File “/harddisk1/liangzhao/Downloads/tensorflow/third_party/sycl/sycl_configure.bzl”, line 215, in _get_sycldnn_substitutions
_find_computecpp_root(repository_ctx)
File “/harddisk1/liangzhao/Downloads/tensorflow/third_party/sycl/sycl_configure.bzl”, line 101, in _find_computecpp_root
_check_computecpp_version(repository_ctx, computecpp_path)
File “/harddisk1/liangzhao/Downloads/tensorflow/third_party/sycl/sycl_configure.bzl”, line 89, in _check_computecpp_version
result.stdout.split(" ")[1]
index out of range (index is 1, but sequence has 1 elements)
INFO: Elapsed time: 0.122s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
Did anybody encounter this issue before? Thanks a lot!