Date: Sunday, August 21, 2022 @ 21:45:19 Author: kgizdov Revision: 1274071
upgpkg: python-pytorch 1.12.1-2: cuda arch update and nccl rebuild Modified: python-pytorch/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-21 21:28:35 UTC (rev 1274070) +++ PKGBUILD 2022-08-21 21:45:19 UTC (rev 1274071) @@ -6,7 +6,7 @@ pkgname=("${pkgbase}" "${pkgbase}-opt" "${pkgbase}-cuda" "${pkgbase}-opt-cuda") pkgver=1.12.1 _pkgver=1.12.1 -pkgrel=1 +pkgrel=2 _pkgdesc='Tensors and Dynamic neural networks in Python with strong GPU acceleration' pkgdesc="${_pkgdesc}" arch=('x86_64') @@ -106,7 +106,7 @@ '557761502bbd994d9795bef46779e4b8c60ba0b45e7d60841f477d3b7f28a00a' 'cd9ac4aaa9f946ac5eafc57cf66c5c16b3ea7ac8af32c2558fad0705411bb669' '600bd6a4bbcec9f99ab815d82cee1c2875530b2b75f4010da5ba72ce9bf31aff' - 'bd89e94fd077b2e2bf04ffb0794f5bcb68379a6abcd4339aa99e9bba9fe4edec' + '15fee7875dc454184136df534d0450008912c83f0d74237ba5e6707db7e7914b' '75001b59e76831b0c93a547f851cb980e00b0d8cc7b66fb507eaeac217dc6ff9') options=('!lto') @@ -217,7 +217,7 @@ export CUDNN_LIB_DIR=/usr/lib export CUDNN_INCLUDE_DIR=/usr/include export TORCH_NVCC_FLAGS="-Xfatbin -compress-all" - export TORCH_CUDA_ARCH_LIST="5.2;6.0;6.2;7.0;7.2;7.5;8.0;8.6;8.6+PTX" #include latest PTX for future compat + export TORCH_CUDA_ARCH_LIST="5.2;6.0;6.2;7.0;7.2;7.5;8.0;8.6;8.7;8.7+PTX" #include latest PTX for future compat export OVERRIDE_TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST}" }