Package Details: python-tensorflow-addons-cuda-git r1490.14af819a-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: Apache
Submitter: piernov
Maintainer: piernov
Last Packager: piernov
Votes: 2
Popularity: 0.000000
First Submitted: 2020-03-19 12:58 (UTC)
Last Updated: 2022-12-30 16:41 (UTC)

Latest Comments

mindbound commented on 2022-12-10 10:45 (UTC)

Fails to build with Bazel errors.

oysstu commented on 2020-06-11 12:05 (UTC) (edited on 2020-06-11 12:05 (UTC) by oysstu)

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 (UTC)

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 (UTC) (edited on 2020-06-11 07:35 (UTC) by oysstu)

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 (UTC)

Could you add the non-cuda subpackage?