-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plans for a openCl backend? #6
Comments
@oldnewsbigfry Sorry, I don't have any plan to implement the OpenCL backend because it overloads me to maintain CUDA and OpenCL backends at the same time. However, I recommend you use the Eigen or OpenBLAS backend. There are some problems for intel (graphics) OpenCL driver. The HD520 graphics may not work well. I fixed serious a bug and added support for GCC 11 on the current commit. Please remove the old old and download the new one. Thanks! |
Hi, I've got the Eigen backend compiling on fedora 36 and playing a game in Gogui. Great that it can play opening book! Is uec-swa-1700k the latest weights file or should I use zero-1315k? Pachi uses the dcnn patterns and plays a nice game of Go. Would it be possible for Sayuri to use patterns and zero weight file combined together. For instance if choose between moves of similar winrate, then choose the pattern match move? Just an idea to make Sayuri play nice shape Go. Also mybe you know of pangafu Leela Master weights on github, it was trained using professional games mixed with leela games and it plays like a human. thanks again, |
Hi, @oldnewsbigfry
|
Hi,
I would like to try out sayuri but only have igpu hd520 graphics. Is openCl possible in the future? Thanks.
The text was updated successfully, but these errors were encountered: