If you are interested in submitting patches, please use my github repo: https://github.com/lubosz/tensorflow-rocm
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/tensorflow-rocm.git (read-only, click to copy) |
|---|---|
| Package Base: | tensorflow-rocm |
| Description: | Library for computation using data flow graphs for scalable machine learning (with ROCM) |
| Upstream URL: | https://www.tensorflow.org/ |
| Licenses: | Apache-2.0 |
| Conflicts: | tensorflow |
| Provides: | tensorflow |
| Submitter: | acxz |
| Maintainer: | lubosz |
| Last Packager: | lubosz |
| Votes: | 11 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-07-03 20:44 (UTC) |
| Last Updated: | 2026-01-17 16:19 (UTC) |
If you are interested in submitting patches, please use my github repo: https://github.com/lubosz/tensorflow-rocm
This could be something I'm doing wrong on my part, but attempting to install the package through paru gives me the following:
WARNING: The following configs were expanded more than once: [rocm, rocm_base, no_tfrt, release_cpu_linux_base]. For repeatable flags, repeats are counted twice and may lead to unexpected behavior.
ERROR: no such package '@@local_config_rocm//rocm': error globbing [rocm_dist/**] op=FILES: /home/kinker31/.cache/bazel/_bazel_kinker31/20b13694d701dc251be37a85a7b4b683/external/local_config_rocm/rocm/rocm_dist/llvm/bin/flang (Too many levels of symbolic links)
ERROR: /home/kinker31/.cache/paru/clone/tensorflow-rocm/src/python-tensorflow-2.20.0-rocm/tensorflow/python/client/BUILD:257:16: errors encountered resolving select() keys for //tensorflow/python/client:tf_session_helper
ERROR: Analysis of target '//tensorflow/tools/pip_package:wheel' failed; build aborted: Analysis failed
If you are interested in submitting patches, please use my github repo: https://github.com/lubosz/tensorflow-rocm
There's a missing package python-tensorflow-estimator set as dependency.
If you are having a linking error with unresolved "GraphExecKernelNodeSetParams" you can get the fix from here: https://github.com/dkarkoulis/tensorflow-rocm.git
You can merge my pull req https://github.com/rocm-arch/tensorflow-rocm/pull/67
Can you place make the (bazel) download not cluttering the user's home directory (${HOME}/.cache/bazel) but to be placed unter ${srcdir}/, e.g. "${srcdir}/.bazel/"?
Regards and thanks for the package!
Can you please move all the download stuff out from build()?
If you cannot put it into the source array, please put it into prepare().
Loading:
Fetching repository @pypi; Restarting. 34s
Fetching repository @python_x86_64-unknown-linux-gnu; starting 34s
Fetching https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-x86_64-unknown-linux-gnu-install_only.tar.gz; 15.9 MiB (16,681,357B) 33s
Fetching repository @llvm-raw; starting 65s
Fetching https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/49cb1595c1b3ae1de3684fea6148363c15bae12a.tar.gz; 21.8 MiB (22,876,377B) 64s
[...]
Regards and thanks for maintaining!
prepare() prints out error messages (but continues):
==> Starting prepare()...
bazel 6.1.0
/tmp/makepkg/yay/tensorflow-rocm/PKGBUILD: line 124: /opt/cuda/bin/nvcc: No such file or directory
sed: can't read /usr/include/cudnn_version.h: No such file or directory
does somebody knows about fixes for : error: Illegal instruction detected: Invalid dpp_ctrl value: broadcasts are not supported on GFX10+
@lubosz your compilations is taking ages, and mostly killing the machines I have tried it
Please merge my fixes for ROCm 5.6, llvm 16 and update to tensorflow 2.13: https://github.com/rocm-arch/tensorflow-rocm/pulls
Full working branch: https://github.com/lubosz/tensorflow-rocm/commits/master