Package Details: python-paddlepaddle-cuda 2.2.2-1

Git Clone URL: https://aur.archlinux.org/python-paddlepaddle.git (read-only, click to copy)
Package Base: python-paddlepaddle
Description: PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (with CUDA)
Upstream URL: http://www.paddlepaddle.org
Licenses: Apache
Conflicts: python-paddlepaddle
Provides: python-paddlepaddle
Submitter: hottea
Maintainer: None
Last Packager: hottea
Votes: 0
Popularity: 0.000000
First Submitted: 2021-12-24 00:59 (UTC)
Last Updated: 2022-01-21 04:41 (UTC)

Pinned Comments

hottea commented on 2021-12-24 01:17 (UTC)

This PKGBUILD builds python-paddlepaddle and python-paddlepaddle-cuda from the source. It takes about 2.5 hours to build it. To reduce the building time, you could adjust _CUDA_ARCH_LIST. If you don't need python-paddlepaddle-cuda, you could comment out the cuda part. See also here if you'd like to build python-paddlepaddle-git and python-paddlepaddle-cuda-git from the source.

Latest Comments

hottea commented on 2022-05-15 01:58 (UTC)

The upstream uses gcc 8 by default, and they have no interest to support higher gcc version. However, building paddlepaddle from the source using gcc 8 need a lot of hack and patch, and you might even need to build its deps with gcc 8 too.

firoz commented on 2022-01-19 11:50 (UTC)

You could use the wheel from pypi as a form of binary package.

hottea commented on 2021-12-24 01:17 (UTC)

This PKGBUILD builds python-paddlepaddle and python-paddlepaddle-cuda from the source. It takes about 2.5 hours to build it. To reduce the building time, you could adjust _CUDA_ARCH_LIST. If you don't need python-paddlepaddle-cuda, you could comment out the cuda part. See also here if you'd like to build python-paddlepaddle-git and python-paddlepaddle-cuda-git from the source.