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
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
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).