zakki / Ray

Computer Go Program. Download:https://github.com/zakki/Ray/releases
BSD 2-Clause "Simplified" License
149 stars 58 forks source link

Does not Rn support AMD gpu? #77

Open crayzok opened 7 years ago

crayzok commented 7 years ago

JOOC thx.

wpstmxhs commented 7 years ago

No, it doesn't.

Rn depends on CNTK library of Microsoft to train and evaluate networks. and CNTK relies on nVidia CUDA technology(cuDNN API).

So Rn does not support GPUs other than nVidia GPU. If you want, you should modify Rn to use Caffe or something library that supports AMD GPU. And should convert CNTK model to other library's format.

crayzok commented 7 years ago

I got it. good evening

zakki commented 7 years ago

CNTK doesn't support AMD GPUs now.