- 07 Jul, 2020 1 commit
-
-
Hongxu Jia authored
Since python3-numpy: update 1.18.5 -> 1.19.0, there is a GCC 10.1 compile error. Backport a patch from upstream to fix it [1] [1] https://github.com/tensorflow/tensorflow/pull/40654 Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
- 08 Apr, 2020 5 commits
-
-
Hongxu Jia authored
Move the duplicated part of tensorflow and tensorflow-native to tensorflow.inc Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
The root cause is gcc ice issue: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89752 But we could not patch on native gcc,so try to workaround, Refer: https://github.com/tensorflow/tensorflow/issues/25323 Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
Backport patch to fix grpc conflicts issue Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Chen Qi authored
We met the following error with python 3.8. TypeError: _logger_find_caller() takes from 0 to 1 positional arguments but 2 were given Backport a patch to fix this issue. Signed-off-by:
Chen Qi <Qi.Chen@windriver.com>
-
Chen Qi authored
Fix the following compliation error. error: cannot convert 'std::nullptr_t' to 'Py_ssize_t {aka long int}' in initialization This patch references: https://github.com/tensorflow/tensorflow/issues/34197 Signed-off-by:
Chen Qi <Qi.Chen@windriver.com>
-
- 23 Aug, 2019 2 commits
-
-
Hongxu Jia authored
Move binary bazel from ${S} to ${WORKDIR}/bazel Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
Since Define gettid() only for glibc < 2.30, glibc 2.30 has added this API, so let us use that when possible Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
- 09 Aug, 2019 4 commits
-
-
Hongxu Jia authored
Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
1. The problem is the binary is edited after by setting the rpath. Which might mess up with zip data, you might want to run zip -A on Bazel. It stills needs to extract the install key to verify it does not need to extract all the remaining parts. Also Bazel contains other C++ binary and you are going to run in the rpath problem all the time. https://github.com/bazelbuild/bazel/issues/2978 2. Since binary bazel in recipe-sysroot-native is a hardlink, while multiple recipes invoke one bazel at the same time, there is probably a race error ... FATAL: Failed to open Bazel as a zip file: (error: 5): Input/output error ... Copy and run a duplicated bazel could workaround it Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
SyntaxError around async keyword on Python 3.7 Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-
Hongxu Jia authored
It is required by tensorflow-estimator. Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com>
-