Changes
1 changed files (+0/-11)
-
-
@@ -30,23 +30,12 @@ To uninstall, use the following command:yay -R rocm-dkms ``` ## Status Currently, we are updating the packages from `3.3.0` to the new `3.5.0` release. You can monitor the progress [here](https://github.com/rocm-arch/rocm-arch/milestones). ## Contributing Any contribution is always welcome. You can use the [issue tracker](https://github.com/rocm-arch/rocm-arch/issues) to report problems with the AUR packages. Optimally, you open a pull request that solves your problem. If you want to help in packaging the new ROCm release, take a look at our [milestone](https://github.com/rocm-arch/rocm-arch/milestones) and pick an issue not yet assigned. For most packages, you have to update `pkgver` and `sha256sums`. Before you commit your changes please generate `.SRCINFO` from the updated `PKGBUILD`: ``` makepkg --printsrcinfo > .SRCINFO ``` and add it to your commit. As we want to bring ROCm into `community` we would greatly appreciate if you test that the package builds in a [clean chroot](https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot). ## FAQ ### How do I use TensorFlow with ROCm? Unfortunately, this is not possible at the moment. We first need to ensure that all dependencies (for instance `rocblas`) are fully functional. But the more people contribute, the more likely is a working TensorFlow with ROCm on Arch Linux.
-