Re: [Computer-go] CPU vs GPU

2016-03-06 Thread Rémi Coulom
I checked again, and it is using only one single thread for everything in CPU mode. I simply use caffe::Caffe::set_mode(caffe::Caffe::CPU), and it is using only one core (I checked with top in a long loop of calls to the network). Rémi On 03/03/2016 09:19 AM, David Fotland wrote: If you are

[Computer-go] Bill Shubert is opening the KGS protocol

2016-03-06 Thread Rémi Coulom
https://plus.google.com/+Gokgs/posts/RTK8aFQd98Y Rémi ___ Computer-go mailing list Computer-go@computer-go.org http://computer-go.org/mailman/listinfo/computer-go

Re: [Computer-go] CPU vs GPU

2016-03-06 Thread Petr Baudis
On Sun, Mar 06, 2016 at 12:40:11PM +0100, Rémi Coulom wrote: > I checked again, and it is using only one single thread for everything in > CPU mode. I simply use caffe::Caffe::set_mode(caffe::Caffe::CPU), and it is > using only one core (I checked with top in a long loop of calls to the > network).