Zeta is written in C (host) and OpenCL (device). The host handles the IO, but all chess related computations are done in OpenCL on the device.
Zeta v097 and v098 were designed to run thousands of independent threads on a GPU, therefore they store the expanded search tree via an randomized Best-First-MiniMax search in memory .
NPS and Playing Strength
Zeta 098c on Nvidia GeForce GTX 480, ca. 5 Mnps, est. 2000 Elo
Zeta 097x on Nvidia GeForce GTX 480, ca. 5 Mnps, est. 1800 Elo
an experimental open source chess engine written in OpenCL by Srdja Matovic. The engine has been in development since 2010 and was first released July 13, 2011 under the GNU GPL. Zeta supports only some basic commands of the Chess Engine Communication Protocol (Winboard/Xboard). Main features are the use of Quad-Bitboards, and its ability to run on a GPU.
Table of Contents
Details
Zeta is written in C (host) and OpenCL (device). The host handles the IO, but all chess related computations are done in OpenCL on the device.Zeta v097 and v098 were designed to run thousands of independent threads on a GPU, therefore they store the expanded search tree via an randomized Best-First-MiniMax search in memory .
NPS and Playing Strength
See also
Forum Posts
External Links
What links here?
Up one level