Search Criteria
Package Details: leela-zero-git 766-6
Git Clone URL: | https://aur.archlinux.org/leela-zero-git.git (read-only, click to copy) |
---|---|
Package Base: | leela-zero-git |
Description: | Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper. (next branch) |
Upstream URL: | https://github.com/leela-zero/leela-zero |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | apetresc |
Maintainer: | apetresc (algebro) |
Last Packager: | algebro |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2018-06-03 19:44 |
Last Updated: | 2019-07-23 15:11 |
Dependencies (10)
- boost (boost-git)
- glibc (glibc-linux4, glibc-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-dso, lib32-glibc-dso)
- openblas (openblas-lapack-git, openblas-git, openblas-lapack-static, openblas-cblas-git, openblas-lapack, libopenblas)
- opencl-driver (catalyst-firepro-compute, catalyst-firepro, catalyst-total, opencl-catalyst, catalyst-total-hd234k, intel-opencl, opencl-mesa-noglvnd, opencl-nvidia-410xx, catalyst-test, amdapp-sdk, opencl-nvidia-340xx, beignet-git, intel-opencl-runtime, opencl-nvidia-440xx, vc4cl-git, beignet, rocm-opencl-runtime, opencl-amd-polaris, opencl-nvidia-390xx, intel-compute-runtime-git, opencl-amd, intel-cpu-runtime, opencl-nvidia-vulkan, opencl-nvidia-full-vulkan-all, opencl-nvidia-beta, mesa-rc, mesa-stable, mesa-git, mesa-minimal-git, mesa-minimal+-git, intel-compute-runtime, opencl-mesa, opencl-nvidia)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
- ocl-icd (khronos-ocl-icd-git) (make)
- opencl-headers (opencl-headers-git) (make)
Required by (2)
- lizzie (requires leela-zero)
- lizzie-git
Latest Comments
sfranchi commented on 2018-12-28 16:50
I am getting the same error as @siulkilulki, even though my GPU is an nVidia Quadro 2000 which supports Opencl 1.1 (according to nVdia's website, at least).
flovo commented on 2018-11-29 10:31
can you add
provides=('leela-zero')
to the PKGBUILD?siulkilulki commented on 2018-11-06 22:39
@apetresc: I was a little bit to lazy. Thought that it would work right away. I've read leela-zero README and after adding -DUSE_CPU_ONLY=1 to cmake everything builds. Unfortunately I've build some unnecessary dependencies which are probably not needed. If you don't mind I can make leela-zero-cpu-only and lizzie-cpu-only package.
apetresc commented on 2018-11-05 00:48
@siulkilulki: that error (as well as the same one you posted in the lizzie package) indicates that you don't have an OpenCL-compatible graphics card on your machine.
While Leela does have support for CPU-only mode, it performs much, much worse than the OpenCL version. At the moment, this PKGBUILD is only for the OpenCL version; maybe we should have a special package for
leela-zero-cpu-only
or something, but this package has a hard requirement on an OpenCL-compatible GPU.siulkilulki commented on 2018-11-04 18:33
Build fails when running
./tests
fromleela-zero-git/src/leela-zero/build/
directory