hipCaffe
hipCaffe copied to clipboard
Make target for pyCaffe, and a hardware question.
Issue summary
Two straightforward questions:
-
to build python caffe interface do I run "make", or "make py" or "make python"?
-
Will this code work on an RX470, or with an RX Vega 64? I'd rather experiment using the RX 470 if I can get away with it.
Thanks!
-
Do
make pycaffeto build the Python wrappers. -
Yes, both the RX 470 and Vega 64 GPUs work with hipCaffe.
Thanks David!