Re: [computer-go] using the GPU

2008-08-17 Thread Christian Buchner
I am currently looking at the fuego engine's source code, trying to figure out whether the Monte Carlo search can be put on a GPU. One of the problems on a GPU is that there is no stack, so I may have to emulate one. Fuego seems to be pretty well structured and the online documentation (doxygen ba

[computer-go] using the GPU

2008-08-17 Thread Vlad Dumitrescu
Hi all, Last Tuesday, I think, NVidia released their CUDA toolkit freely allowing anybody to let their graphic card help lifting some of the weight from the CPU. The download is at http://www.nvidia.com/object/cuda_get.html. The programs are written in C annotated with proprietary extensions. I t