Date: Tuesday, February 21, 2023 @ 10:52:20
  Author: tpkessler
Revision: 1403218

upgpkg: python-pytorch-rocm 1.13.1-2: Add support for Polaris (gfx803)

Modified:
  python-pytorch-rocm/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-21 10:45:13 UTC (rev 1403217)
+++ PKGBUILD    2023-02-21 10:52:20 UTC (rev 1403218)
@@ -9,7 +9,7 @@
 pkgname=("${pkgbase}" "python-pytorch-opt-rocm")
 pkgver=1.13.1
 _pkgver=1.13.1
-pkgrel=1
+pkgrel=2
 _pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
 pkgdesc="${_pkgdesc}"
 arch=('x86_64')
@@ -217,7 +217,7 @@
 }
 
 build() {
-  export PYTORCH_ROCM_ARCH="gfx900;gfx906;gfx908;gfx90a;gfx1030"
+  export PYTORCH_ROCM_ARCH="gfx803;gfx900;gfx906;gfx908;gfx90a;gfx1030"
 
   echo "Building with rocm and without non-x86-64 optimizations"
   export USE_CUDA=0

Reply via email to