Search Criteria
Package Details: python-tensorflow-addons-cuda-git r1118.a0bfe3f3-1
Git Clone URL: | https://aur.archlinux.org/python-tensorflow-addons-cuda-git.git (read-only, click to copy) |
---|---|
Package Base: | python-tensorflow-addons-cuda-git |
Description: | Useful extra functionality for TensorFlow 2.x, built with CUDA support |
Upstream URL: | https://github.com/tensorflow/addons |
Licenses: | |
Submitter: | piernov |
Maintainer: | piernov |
Last Packager: | piernov |
Votes: | 2 |
Popularity: | 0.041754 |
First Submitted: | 2020-03-19 12:58 |
Last Updated: | 2020-06-19 09:58 |
Dependencies (8)
- cuda (cuda65, cuda-11.0)
- cudnn
- python-tensorflow (python-tensorflow-cpu-git, python-tensorflow2, python-tensorflow-computecpp, python-tensorflow114-opt, python-tensorflow114-cuda, python-tensorflow114-opt-cuda, python-tensorflow-cuda-kepler, python-tensorflow-opt-native, python-tensorflow-opt-native-cuda, python-tensorflow-rocm, python-tensorflow-opt-rocm, python-tensorflow-cuda, python-tensorflow-opt, python-tensorflow-opt-cuda)
- python-typeguard
- tensorflow-cuda (tensorflow114-opt-cuda, tensorflow-opt-native-cuda, tensorflow-cuda-git, tensorflow-opt-cuda)
- bazel (bazel-git, bazel024-bin, bazel024, bazel2, bazelisk, bazelisk-bin) (make)
- python-setuptools (make)
- rsync (rsync-git) (make)
Latest Comments
oysstu commented on 2020-06-11 12:05
Ok, so this is essentially solved in the PKGBUILD by setting gcc-8 as the cuda compiler. This done in the tensorflow-cuda packages.
export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-8
export HOST_CXX_COMPILER_PATH=/usr/bin/gcc-8
Also see the tensorflow PKGBUILD for a nice sed-command for finding the cuda and cudnn version:
https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/tensorflow
piernov commented on 2020-06-11 08:50
Indeed it doesn't build with GCC 10. For now you have to downgrade to GCC 9.3.
oysstu commented on 2020-06-11 07:34
Currently fails to build. First error seems to be
bazel-out/k8-opt/bin/external/local_config_tf/include/tensorflow/core/framework/op.h(266): error: no suitable constructor exists to convert from "tensorflow::Status ()(tensorflow::shape_inference::InferenceContext )" to "std::function<tensorflow::Status (tensorflow::shape_inference::InferenceContext *)>"
trougnouf commented on 2020-04-15 07:45
Could you add the non-cuda subpackage?